Skip to content

circleci/config.yml#27

Open
crtn32002 wants to merge 2 commits into
CypherpunkArmory:masterfrom
crtn32002:circleci-project-setup
Open

circleci/config.yml#27
crtn32002 wants to merge 2 commits into
CypherpunkArmory:masterfrom
crtn32002:circleci-project-setup

Conversation

@crtn32002

Copy link
Copy Markdown

version: 2.1
jobs:
build:
docker:
- image: alpine:3.7
auth:
username: mydockerhub-user
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
steps:
- run:
name: The First Step
command: |
echo 'Hello World!'
echo 'This is the delivery pipeline'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants