Skip to content

Commit

Permalink
fix .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnobnq committed Feb 14, 2023
1 parent 59bfedd commit 8f192a5
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,7 @@ include:
file: 'artifacts_private_env.yml'
# Export artefacts to the public environment
- project: 'dalibo/gitlab-templates'
file: 'artifacts/base.yml'

deploy:private_env:
extends: .artifacts:deploy_private_env

# This clean up job is mandatory if you extend .artifacts:deploy_private_env
deploy:clean_up_private_env:
extends: .artifacts:clean_up_private_env
file: 'artifacts_public_env.yml'


##
Expand All @@ -31,7 +24,7 @@ variables:
# $ARTIFACTS is required by artefacts_private_env.yml
ARTIFACTS: '_build/* _archives'
# THEMES_BRANCH is usually 'stable' or 'master'
THEMES_BRANCH: stable
THEMES_BRANCH: master


before_script:
Expand Down

0 comments on commit 8f192a5

Please sign in to comment.