Merge "Fix image promote playbook"

This commit is contained in:
Zuul 2019-01-11 22:30:13 +00:00 committed by Gerrit Code Review
commit 5fa7dfd59f
3 changed files with 3 additions and 3 deletions

View File

@ -112,4 +112,4 @@ EXPOSE 22
VOLUME ["/data"]
ENTRYPOINT ["/usr/bin/entrypoint"]
CMD ["/usr/sbin/sshd", "-D"]
# this comment is here to perform a test run of the job..
# this comment is here to perform a test run of the job...

View File

@ -32,4 +32,4 @@ RUN pip install jinja2
COPY --from=build /src/jinja-init/run.py /
ENTRYPOINT ["python", "/run.py"]
# this comment is here to perform a test run of the job.
# this comment is here to perform a test run of the job...

View File

@ -1,4 +1,4 @@
- hosts: all
- hosts: localhost
tasks:
- name: Promote dockerhub image
when: credentials is defined