Commit c46deb68 authored by 神楽坂玲奈's avatar 神楽坂玲奈

Update .gitlab-ci.yml

parent 897d3de0
Pipeline #15977 failed with stages
in 27 seconds
...@@ -10,12 +10,6 @@ before_script: ...@@ -10,12 +10,6 @@ before_script:
.build-image: .build-image:
stage: build stage: build
script: script:
- echo 'alternate:github.com/coredns/alternate' >> plugin.cfg
- env
- pwd
- echo $PWD
- ls
- docker run --rm -v $PWD:/v -w /v golang:1.18 /bin/bash -c "pwd"
- docker build --pull -t $TARGET_IMAGE . - docker build --pull -t $TARGET_IMAGE .
- docker push $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