Skip to content

Commit

Permalink
Remove jfrog docker login (#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
cprovencher authored Apr 27, 2023
1 parent c03d681 commit 450a9a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ global_job_config:
aws ecr get-login-password --region us-west-2 | docker login --username AWS
--password-stdin "$(aws sts get-caller-identity | jq -r .Account).dkr.ecr.us-west-2.amazonaws.com"
- docker login --username $DOCKERHUB_USER --password $DOCKERHUB_APIKEY
- docker login --username $DOCKER_USER --password $DOCKER_APIKEY confluent-docker.jfrog.io
- pip3 install -e harness_runner/
- >
find _includes/tutorials/**/ksql -name docker-compose.yml | xargs -I {} sed
Expand Down

0 comments on commit 450a9a1

Please sign in to comment.