gitlab-ci.yml: use alpine:latest, not :3.8 (!490)
This commit is contained in:
parent
5406010320
commit
54825690b0
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
|
||||
# global settings
|
||||
image: alpine:3.8
|
||||
image: alpine:latest
|
||||
after_script:
|
||||
- .gitlab-ci/move_logs.sh $CI_PROJECT_DIR
|
||||
stages:
|
||||
|
|
Loading…
Reference in New Issue
Block a user