Skip to content

Commit

Permalink
Run check script from root of repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasaschan committed Oct 26, 2018
1 parent 18cedc2 commit 27314b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cicd/scripts/where-am-i.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash -e

echo "pwd"
pwd

echo "ls"
ls

echo "git status"
git status
1 change: 1 addition & 0 deletions cicd/templates/build-condition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ jobs:
displayName: Check update status
inputs:
scriptPath: cicd/scripts/check-update-status.sh
disableAutoCwd: true
args: ${{ format('{0} {1}', parameters.projectName, parameters.subPath) }}

0 comments on commit 27314b3

Please sign in to comment.