File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -74,16 +74,15 @@ jobs:
74
74
needs :
75
75
- cache-compose-file
76
76
if : ${{ github.event.workflow_run.conclusion == 'success' }}
77
- uses : UffizziCloud/preview-action/.github/workflows/reusable.yaml@master
77
+ uses : UffizziCloud/preview-action/.github/workflows/reusable.yaml@v2
78
78
with :
79
79
# If this workflow was triggered by a PR close event, cache-key will be an empty string
80
80
# and this reusable workflow will delete the preview deployment.
81
81
compose-file-cache-key : ${{ needs.cache-compose-file.outputs.compose-file-cache-key }}
82
82
compose-file-cache-path : docker-compose.rendered.yml
83
- server : https://app.uffizzi.com
83
+ server : https://app.qa-gke. uffizzi.com
84
84
pr-number : ${{ needs.cache-compose-file.outputs.pr-number }}
85
85
permissions :
86
86
contents : read
87
87
pull-requests : write
88
88
id-token : write
89
-
Original file line number Diff line number Diff line change 6
6
hjson==3.1.0
7
7
jsonschema==4.17.3; python_version >= "3.7"
8
8
libcst==0.4.1
9
- mako==1.1.6
9
+ mako==1.2.0
10
10
pluralizer==1.2.0
11
11
pycryptodome==3.15.0
12
12
pyelftools==0.29
Original file line number Diff line number Diff line change @@ -14,5 +14,4 @@ usermod -o -u "$DEV_UID" dev >/dev/null 2>&1
14
14
test -f " ${USER_CONFIG} " && export BASH_ENV=${USER_CONFIG}
15
15
16
16
cd /home/dev || exit
17
- echo " EXECUTING"
18
17
exec gosu dev:dev /bin/bash -c ttyd bash
You can’t perform that action at this time.
0 commit comments