Skip to content

Commit

Permalink
Revert "TEMP checkout the updated-denylist branch"
Browse files Browse the repository at this point in the history
This reverts commit f2d5d45.
  • Loading branch information
andrewlock committed Sep 17, 2024
1 parent d4fb430 commit da096bf
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,21 +109,6 @@ requirements_json_test:
variables:
REQUIREMENTS_BLOCK_JSON_PATH: "tracer/build/artifacts/requirements_block.json"
REQUIREMENTS_ALLOW_JSON_PATH: "tracer/build/artifacts/requirements_allow.json"
script:
- |
if [ -z "$REQUIREMENTS_BLOCK_JSON_PATH" ] ; then
echo "REQUIREMENTS_BLOCK_JSON_PATH not set, please add this variable";
exit 1
fi
if [ -z "$REQUIREMENTS_ALLOW_JSON_PATH" ] ; then
echo "REQUIREMENTS_ALLOW_JSON_PATH not set, please add this variable";
exit 1
fi
- root=${PWD}
- cd ${HOME}
- git clone -b andrew/updated-denylist https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/auto_inject.git ./auto_inject
- cd ./auto_inject/preload_go/cmd/library_requirements_tester
- go run main.go -block ${root}/${REQUIREMENTS_BLOCK_JSON_PATH} -allow ${root}/${REQUIREMENTS_ALLOW_JSON_PATH} ${root}/packaging/sources/requirements.json

package-oci:
needs: [ download-single-step-artifacts ]
Expand Down

0 comments on commit da096bf

Please sign in to comment.