This repository was archived by the owner on Oct 31, 2021. It is now read-only.
File tree 2 files changed +5
-24
lines changed
2 files changed +5
-24
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,6 @@ jobs:
111
111
- " pg-test"
112
112
name : Google Container
113
113
runs-on : ubuntu-latest
114
- environment :
115
- name : acceptance
116
114
steps :
117
115
- uses : actions/checkout@v2
118
116
with :
@@ -126,7 +124,7 @@ jobs:
126
124
with :
127
125
registry : us-docker.pkg.dev
128
126
username : _json_key
129
- password : ${{ secrets.GAR_JSON_KEY }}
127
+ password : ${{ secrets.ACCEPTANCE_GAR_JSON_KEY }}
130
128
- name : Container Timestamp
131
129
id : timestamp
132
130
run : echo "::set-output name=build_time::$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
Original file line number Diff line number Diff line change 2
2
# exception for staging branches that bors creates.
3
3
workflow :
4
4
rules :
5
- - if : ' $CI_COMMIT_BRANCH == "main" || $CI_COMMIT_BRANCH == "staging" || $CI_COMMIT_BRANCH == "trying" || $CI_COMMIT_BRANCH == "dog" || $CI_COMMIT_BRANCH == "acceptance"'
6
- when : never
7
- - if : ' $CI_COMMIT_BRANCH == "staging" || $CI_COMMIT_BRANCH == "trying"'
8
- when : never
9
- - if : ' $CI_COMMIT_BRANCH =~ /(.tmp)/'
10
- when : never
5
+ - if : ' $CI_COMMIT_BRANCH == "main"'
6
+ when : always
11
7
- if : ' $CI_PIPELINE_SOURCE == "external_pull_request_event"'
12
8
when : never
13
9
- if : $CI_COMMIT_TAG
14
10
when : always
15
- # - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH != "main"'
16
- # when: never
11
+ - if : ' $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH != "main"'
12
+ when : never
17
13
18
14
stages :
19
15
- Release
@@ -31,19 +27,6 @@ variables:
31
27
GO111MODULE : ' on'
32
28
GOFLAGS : ' -mod=vendor'
33
29
34
- Release Testing :
35
- only :
36
- refs :
37
- - tags
38
- allow_failure : true
39
- needs : [ ]
40
- stage : Release
41
- image : containers.monetr.dev/ubuntu:20.04
42
- tags :
43
- - k8s:shared
44
- script :
45
- - git --no-pager log --oneline $(git describe --tags --abbrev=0 @^)..@
46
-
47
30
Go Dependencies :
48
31
needs : [ ]
49
32
stage : Dependencies
You can’t perform that action at this time.
0 commit comments