remove leading periods
This commit is contained in:
parent
80e4b35795
commit
53a011447a
|
@ -20,7 +20,7 @@ build:
|
|||
paths:
|
||||
- $BUILD_DIR
|
||||
|
||||
.deploy-dev:
|
||||
deploy-dev:
|
||||
<<: *deploy
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == "feature/cd"
|
||||
|
@ -34,7 +34,7 @@ build:
|
|||
dependencies:
|
||||
- build
|
||||
|
||||
.deploy-release:
|
||||
deploy-release:
|
||||
<<: *deploy
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
|
|
Loading…
Reference in New Issue