-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tag successful builds of master #29
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
- run: apk add --no-cache --no-progress make git openssh | ||
- run: | ||
name: Keyscan Github (HACK) #https://discuss.circleci.com/t/known-hosts-in-circle-2-0/18544 | ||
command: ssh-keyscan -H github.com >> ~/.ssh/known_hosts | ||
- checkout | ||
- setup_remote_docker | ||
- run: >- | ||
echo "$DOCKER_PASSWORD" | | ||
docker login --username "$DOCKER_USERNAME" --password-stdin | ||
- run: apk add --no-cache --no-progress make |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this line is redundant now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yes, thank you!
So that polygott can explicitly depend on different versions of upm, let's tag each successful
build_test_and_deploy
of master!