Skip to content

Commit 1445ba8

Browse files
committed
Update the gitlab definition
1 parent 4dac0e1 commit 1445ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ deploy_snapshot_with_ddprof_snapshot:
898898
- export GPG_PRIVATE_KEY=$(aws ssm get-parameter --region us-east-1 --name ci.dd-trace-java.signing.gpg_private_key --with-decryption --query "Parameter.Value" --out text)
899899
- export GPG_PASSWORD=$(aws ssm get-parameter --region us-east-1 --name ci.dd-trace-java.signing.gpg_passphrase --with-decryption --query "Parameter.Value" --out text)
900900
- echo "Publishing dd-trace-java snapshot with ddprof snapshot dependency"
901-
- ./gradlew -PbuildInfo.build.number=$CI_JOB_ID -PddprofUseSnapshot=true publishToSonatype -PskipTests $GRADLE_ARGS
901+
- ./gradlew -PbuildInfo.build.number=$CI_JOB_ID -PddprofUseSnapshot publishToSonatype -PskipTests $GRADLE_ARGS
902902
artifacts:
903903
paths:
904904
- 'workspace/dd-java-agent/build/libs/*.jar'

0 commit comments

Comments
 (0)