mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-08-12 17:10:40 +02:00
Update .gitlab-ci.yml
This commit is contained in:
+4
-2
@@ -49,14 +49,16 @@ before_script:
|
||||
|
||||
# different stages in the pipeline
|
||||
stages:
|
||||
- pre
|
||||
- .pre
|
||||
- Formatter
|
||||
- test # must be called test for security/secret-detection to work
|
||||
- AdditionalTests
|
||||
- Deploy
|
||||
|
||||
load_vars:
|
||||
stage: pre
|
||||
stage: .pre
|
||||
before_script:
|
||||
- ""
|
||||
script:
|
||||
- echo "Loading variables from vars.yml..."
|
||||
- cat /ci/my_branch.env >> build.env
|
||||
|
||||
Reference in New Issue
Block a user