Closed Bug 1417592 Opened 8 years ago Closed 8 years ago

push_to_dockerhub Circle workflow failing

Categories

(Socorro :: Symbols, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: peterbe, Assigned: peterbe)

Details

Attachments

(1 file)

See https://circleci.com/gh/mozilla-services/tecken/1772 ---------------- #!/bin/bash -eo pipefail # set DOCKER_DEPLOY=true in Circle UI to push to Dockerhub DOCKER_DEPLOY="${DOCKER_DEPLOY:-false}" if [ "${CIRCLE_BRANCH}" == "master" ]; then bin/ci/deploy-dockerhub.sh latest fi if [ -n "${CIRCLE_TAG}" ]; then bin/ci/deploy-dockerhub.sh "$CIRCLE_TAG" fi bin/ci/deploy-dockerhub.sh: line 14: docker: command not found 2 / 3 bin/ci/deploy-dockerhub.sh: line 14: docker: command not found 3 / 3 bin/ci/deploy-dockerhub.sh: line 14: docker: command not found Exited with code 1 -----------------
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: