Skip to content

Commit

Permalink
Modify default typing branch variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Nadares committed May 20, 2024
1 parent 8d70916 commit 06a5e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ variables:
VAULT_ROLE: 'python-sast-readonly'
VAULT_ADDR: 'https://tluav-lb.faradaysec.com'
VAULT_SECRET_PATH: 'gitlab/SAST'
TYPING_BRANCH: 'dev'

workflow:
rules:
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/ci/testing/.testing-gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/faradaysec/cloud/faraday_agent_parameters_types.git typing
- cd typing
- if [ -z "$TYPING_BRANCH" ]; then export TYPING_BRANCH="master"; fi
- echo $TYPING_BRANCH
- echo "Using faraday_agent_parameters_type branch -> $TYPING_BRANCH"
- git fetch
- git checkout $TYPING_BRANCH
- pip install .
Expand Down

0 comments on commit 06a5e20

Please sign in to comment.