Commit 1b2a8975 authored by 神楽坂玲奈's avatar 神楽坂玲奈

Update .gitlab-ci.yml

parent a5e31c6b
Pipeline #15973 failed with stages
in 16 seconds
......@@ -14,7 +14,7 @@ before_script:
- pwd
- echo $PWD
- ls
- docker run --rm -v $PWD:/v -w /v golang:1.18 ls
- docker run --rm -v $PWD:/v -w /v golang:1.18 /bin/bash -c "ls"
- docker build --pull -t $TARGET_IMAGE .
- docker push $TARGET_IMAGE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment