Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Aug 14, 2024
1 parent 8ab0845 commit 0d9d0d0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/actions/check-controller-build/validate-inputs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ else
else
echo "Contents of crucible directory:"
ls -la
if [ ! -d .git ]; then
error "Could not find crucible .git"
fi
if [ ! -f crucible-install.sh -o ! -d workshop ]; then
error "Could not find required crucible directory contents"
else
Expand All @@ -58,9 +55,6 @@ else
if ! pushd ${workshop_directory}; then
error "Could not pushd to the workshop directory '${workshop_directory}'"
else
if [ ! -d .git ]; then
error "Could not find workshop .git"
fi
echo "Contents of the workshop directory:"
ls -la
if [ ! -f workshop.pl -o ! -f schema.json ]; then
Expand Down

0 comments on commit 0d9d0d0

Please sign in to comment.