Update .gitlab-ci.yml file
This commit is contained in:
parent
78bfd80578
commit
677a171ee4
@ -10,6 +10,8 @@ stages:
|
||||
- build
|
||||
- deploy
|
||||
clear-old-images:
|
||||
tags:
|
||||
- frontbuild
|
||||
extends: .clean_template
|
||||
variables:
|
||||
STAGING_BRANCH: "main"
|
||||
@ -24,7 +26,7 @@ clear-old-images:
|
||||
- docker system prune -af
|
||||
build-app:
|
||||
tags:
|
||||
- nodebuild
|
||||
- frontbuild
|
||||
extends: .build_template
|
||||
before_script:
|
||||
- echo PRODUCTION_BRANCH = $PRODUCTION_BRANCH
|
||||
|
Loading…
Reference in New Issue
Block a user