Skip to content

Commit

Permalink
Pete CI/CD Test
Browse files Browse the repository at this point in the history
  • Loading branch information
petedejoy committed Oct 10, 2018
1 parent 1374b64 commit 784f8f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Expand Up @@ -12,10 +12,10 @@ pipeline:
push:
image: astronomerio/ap-build:0.0.7
commands:
- echo $${DOCKER_PASSWORD_TEST}
- docker login registry.astronomer.cloud -u _ -p $${DOCKER_PASSWORD_TEST}
- echo $${ASTRO_API_KEY}
- docker login registry.astronomer.cloud -u _ -p $${ASTRO_API_KEY}
- docker push registry.astronomer.cloud/infrared-photon-7780/airflow:ci-${DRONE_BUILD_NUMBER}
secrets: [ docker_password_test ]
secrets: [ astro_api_key ]
volumes:
- /var/run/docker.sock:/var/run/docker.sock
when:
Expand Down
2 changes: 1 addition & 1 deletion dags/example-dag.py
Expand Up @@ -3,7 +3,7 @@
from datetime import datetime, timedelta

default_args = {
'owner': 'airflow_viraj',
'owner': 'airflow_pete',
'depends_on_past': False,
'start_date': datetime(2018, 1, 1),
'email_on_failure': False,
Expand Down

0 comments on commit 784f8f6

Please sign in to comment.