Skip to content

Commit

Permalink
Typo in the push location.
Browse files Browse the repository at this point in the history
  • Loading branch information
1Copenut committed Nov 16, 2023
1 parent e528d79 commit 2e06a0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .buildkite/scripts/pipelines/pipeline_docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo "${DOCKER_STAGING_PASSWORD}" | docker login -u "${DOCKER_STAGING_USERNAME}"

echo "[DOCKER]: Build and push container to registry"
docker-compose -f ./scripts/docker-ci/docker-compose.yml build app
docker push "${DOCKER_STAGING_REGISTRY}":latest
docker push "${DOCKER_STAGING_REGISTRY}"/eui/ci:latest

echo "[DOCKER]: Log out of registry"
docker logout
6 changes: 0 additions & 6 deletions .buildkite/scripts/pipelines/pipeline_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ case $TEST_TYPE in
echo "[TASK]: Running Cypress accessibility tests against React 18"
yarn cypress install && yarn run test-cypress-a11y --node-options=--max_old_space_size=2048
;;

cypress:a11y)
echo "[TASK]: Running Cypress accessibility tests against React 18"
yarn cypress install && yarn run test-cypress-a11y --node-options=--max_old_space_size=2048
;;

*)
echo "[ERROR]: Unknown task"
echo "Exit code: 1"
Expand Down

0 comments on commit 2e06a0b

Please sign in to comment.