Skip to content

Commit

Permalink
remove use of extra script for cleanliness
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunnink committed Sep 26, 2022
1 parent 58201c4 commit dd8a081
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
7 changes: 6 additions & 1 deletion determineDifferences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ steps:
args:
- "-c"
- |
./gitscript/script.sh
git checkout master && \
git pull origin master --unshallow && \
git checkout $COMMIT_SHA && \
(git diff --quiet HEAD~1 $COMMIT_SHA ${_COMPARISON}) && \
echo "No difference detected, skipping as there's nothing to deploy." || \
echo "File difference found. Failing build so workflow can deploy changes." && exit 1;
9 changes: 0 additions & 9 deletions gitscript/script.sh

This file was deleted.

0 comments on commit dd8a081

Please sign in to comment.