Skip to content

Commit

Permalink
[hot fix] get docker hub name
Browse files Browse the repository at this point in the history
  • Loading branch information
driazati committed Oct 6, 2022
1 parent 7d3af18 commit e58ae24
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/jenkins_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ jobs:
run:
working-directory: ./jenkins
steps:

-
name: Pull repository
uses: actions/checkout@v2
- name: say
run: |
echo $DOCKERHUB_USERNAME | base64
exit 1
-
name: Pull repository
uses: actions/checkout@v2
-
name: Source common environment variables to be used in ansible playbook
run: source ./scripts/common.sh
Expand Down

0 comments on commit e58ae24

Please sign in to comment.