Skip to content

Commit

Permalink
Merge pull request #818 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - Update daily-build.yml
  • Loading branch information
gkwan-ibm authored Jun 8, 2022
2 parents 2fb2fc7 + 5895e60 commit 95018a1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,8 @@ jobs:
path: ${{ matrix.repos }}
- name: Set permissions
run: chmod +x ${{ matrix.repos }}/scripts/*.sh
- name: Docker login and pull
run: |
echo $DOCKER_PASSWORD | sudo docker login -u $DOCKER_USERNAME --password-stdin
sudo docker pull guidesbot/olguides:${{ github.event.client_payload.build-level }}${{ github.event.inputs.build }}
- name: Docker login
run: echo $DOCKER_PASSWORD | sudo docker login -u $DOCKER_USERNAME --password-stdin
- name: Run tests for ${{ matrix.repos }}
working-directory: ${{ matrix.repos }}/finish
env:
Expand Down

0 comments on commit 95018a1

Please sign in to comment.