Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlord committed Nov 17, 2023
1 parent f03be74 commit 11814e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/onPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,16 @@ jobs:
# Default: null
sparse-checkout: |
prod-server.sh
compose.yml
- name: Temp
working-directory: .
run: ls -la .server
shell: bash
- name: Getting server config
working-directory: .
run: $GITHUB_WORKSPACE/.server/.prod-server.sh checkout pipeline-repo-actions
run: $GITHUB_WORKSPACE/.server/prod-server.sh checkout pipeline-repo-actions
shell: bash
- name: Script and pipelines basic validation
working-directory: .
run: $GITHUB_WORKSPACE/.server/.prod-server.sh validate
run: $GITHUB_WORKSPACE/.server/prod-server.sh validate
shell: bash

0 comments on commit 11814e1

Please sign in to comment.