Commit 2aca7836 authored by 金凯强's avatar 金凯强 🎨

Update .gitlab-ci.yml

parent 264e730d
Pipeline #20790 failed with stage
in 11 seconds
......@@ -3,7 +3,6 @@ image: docker:latest
stages:
- build
- push
- deploy
variables:
APP_NAME: install_web
......@@ -20,7 +19,7 @@ build:
script:
- docker build -t ${APP_IMAGE}:${CI_COMMIT_REF_NAME} .
except:
master
- master
push:
stage: push
......
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