Skip to content

Commit

Permalink
Fix gcs credentials for packaging (#1807) (#1814)
Browse files Browse the repository at this point in the history
(cherry picked from commit 62b22fb)

Co-authored-by: Victor Martinez <[email protected]>
  • Loading branch information
mergify[bot] and v1v authored Sep 1, 2022
1 parent bbf64d1 commit 7fe5b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline {
SLACK_CHANNEL = '#elastic-agent-control-plane'
NOTIFY_TO = '[email protected]'
JOB_GCS_BUCKET = credentials('gcs-bucket')
JOB_GCS_CREDENTIALS = 'beats-ci-gcs-plugin'
JOB_GCS_CREDENTIALS = 'fleet-ci-gcs-plugin'
DOCKER_SECRET = 'secret/observability-team/ci/docker-registry/prod'
DOCKER_REGISTRY = 'docker.elastic.co'
DRA_OUTPUT = 'release-manager.out'
Expand Down

0 comments on commit 7fe5b4f

Please sign in to comment.