Skip to content
Snippets Groups Projects

fix: use curl image for status

Merged Wouter Deconinck requested to merge status-curlimages into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -47,6 +47,7 @@ stages:
@@ -47,6 +47,7 @@ stages:
- status-report
- status-report
.status:
.status:
 
image: curlimages/curl:latest
script:
script:
- |
- |
if [ -n "${GITHUB_SHA}" ] ; then
if [ -n "${GITHUB_SHA}" ] ; then
Loading