Skip to content

Commit

Permalink
fix: REQUIRE_SUCCESS default value
Browse files Browse the repository at this point in the history
  • Loading branch information
PROFeNoM committed Jan 27, 2025
1 parent b29e306 commit 9aa4dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/download-circleci_artifact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ download_circleci_artifact() {
JOB_NAME=$3 # "Compile Loader Linux x86_64"
ARTIFACT_PATTERN=$4 # "loader/modules/dd_library_loader.so"
ARTIFACT_NAME=$5 # "dd_library_loader-x86_64-linux-gnu.so"
REQUIRE_SUCCESS=${6:-1} # Whether job status must be successful (default: 1)
REQUIRE_SUCCESS=${6:-true} # Whether job status must be successful (default: 1)

# Circle CI workflow is not triggered by tags,
# So we fallback to the release branch (eg. "ddtrace-1.3.0")
Expand Down

0 comments on commit 9aa4dfa

Please sign in to comment.