File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 27
27
run : |
28
28
sudo apt update && sudo apt install -y --force-yes zip httpie
29
29
30
+ - name : Checkout
31
+ uses : actions/checkout@v3
32
+ with :
33
+ submodules : recursive
34
+ fetch-depth : 0
35
+
30
36
- name : Checkout core_team_ci_tools
31
37
uses : actions/checkout@v3
32
38
with :
64
70
unzip -qo $cosmogony2cities_package
65
71
rm -f $cosmogony2cities_package
66
72
67
- - name : Checkout
68
- uses : actions/checkout@v3
69
- with :
70
- submodules : recursive
71
- fetch-depth : 0
72
-
73
73
- name : Restore ccache
74
74
uses :
hendrikmuhs/[email protected]
75
75
with :
85
85
echo "navitia_tag=dev" >> $GITHUB_ENV
86
86
echo "aws_branch=dev" >> $GITHUB_ENV
87
87
88
+
88
89
- name : Choose release tag
89
90
if : startsWith(github.ref, 'refs/tags/')
90
91
run : |
@@ -164,7 +165,7 @@ jobs:
164
165
run : |
165
166
echo '{"text":":warning: Github Actions: build_dockers for ${{env.navitia_tag}} failed !"}' | http --json POST ${{secrets.SLACK_NAVITIA_CORE_TEAM_URL}}
166
167
167
- - name : success notification on navitia core team
168
+ - name : success notification on core team
168
169
if : success()
169
170
run : |
170
- echo '{"text":":octopus: Github Actions: build_dockers succeeded. New navitia ${{env.navitia_tag}} images available.' | http --json POST ${{secrets.SLACK_NAVITIA_CORE_TEAM_URL}}
171
+ echo '{"text":":octopus: Github Actions: build_dockers succeeded. New navitia ${{env.navitia_tag}} images available."} ' | http --json POST ${{secrets.SLACK_NAVITIA_CORE_TEAM_URL}}
You can’t perform that action at this time.
0 commit comments