Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bgdeutsch authored and davidejones committed Feb 5, 2021
1 parent 63f1b30 commit 9bdd2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ build_preview:
- touch Makefile.config
- make BRANCH=${CI_COMMIT_REF_NAME} examples
- sync_integration_descriptions
- chmod +x ./local/bin/py/pull_rbac.py --api_key $(get_secret 'dd_api_key') --app_key $(get_secret 'dd-app-key')
- chmod +x ./local/bin/py/pull_rbac.py $(get_secret 'dd_api_key') $(get_secret 'dd-app-key')
#- sync_integration_descriptions_cached
- placehold_translations
- update_preview_baseurl
Expand Down

0 comments on commit 9bdd2da

Please sign in to comment.