Skip to content
Snippets Groups Projects
Commit 6cdafa58 authored by marcoemi.poleggi's avatar marcoemi.poleggi
Browse files

CI/CD Pipeline: move before_script inside a default block

parent 6f5cca70
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ stages: ...@@ -11,6 +11,7 @@ stages:
- test - test
- deploy - deploy
default:
# Commmon to all stages -- needed because the image's storage is not persistent across them # Commmon to all stages -- needed because the image's storage is not persistent across them
before_script: before_script:
# uncomment for debugging. Watch out! It *will* expose any secret passed from an unprotected variable. # uncomment for debugging. Watch out! It *will* expose any secret passed from an unprotected variable.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment