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