Skip to content

Commit

Permalink
Use TTY for the release container (if any)
Browse files Browse the repository at this point in the history
  • Loading branch information
ereslibre committed Jun 1, 2020
1 parent dd22efd commit 2dc6c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -60,7 +60,7 @@ pipelines: oi-releaser
oi-releaser pipelines publish-testing-images dump > .azure-pipelines/publish-testing-images.yml

go-generate: RELEASE
sh -c "SKIP_CI=1 ./scripts/run.sh go generate ./..."
sh -c 'SKIP_CI=1 ./scripts/run.sh go generate ./...'

# Run against the configured Kubernetes cluster in ~/.kube/config
run: generate fmt vet manifests
Expand Down Expand Up @@ -193,7 +193,7 @@ publish-container-images: oi-releaser
./scripts/run-local.sh oi-releaser container-images publish

release: oi-releaser docker-login
./scripts/release.sh
sh -c 'RUN_EXTRA_OPTS="-t" ./scripts/release.sh'

docker-login:
echo $(DOCKER_HUB_TOKEN) | docker login -u oneinfrapublisher --password-stdin

0 comments on commit 2dc6c3c

Please sign in to comment.