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 ...@@ -3,7 +3,6 @@ image: docker:latest
stages: stages:
- build - build
- push - push
- deploy
variables: variables:
APP_NAME: install_web APP_NAME: install_web
...@@ -20,7 +19,7 @@ build: ...@@ -20,7 +19,7 @@ build:
script: script:
- docker build -t ${APP_IMAGE}:${CI_COMMIT_REF_NAME} . - docker build -t ${APP_IMAGE}:${CI_COMMIT_REF_NAME} .
except: except:
master - master
push: push:
stage: 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