Commit 924ffa5b authored by 神楽坂玲奈's avatar 神楽坂玲奈

Update .gitlab-ci.yml

parent 1b2a8975
Pipeline #15974 failed with stages
in 12 seconds
......@@ -14,7 +14,7 @@ before_script:
- pwd
- echo $PWD
- ls
- docker run --rm -v $PWD:/v -w /v golang:1.18 /bin/bash -c "ls"
- docker run --rm -v $PWD:/v -w /v golang:1.18 /bin/bash -c "pwd"
- 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