Skip to content

Commit

Permalink
Removing erroring delete
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mack committed Jun 10, 2024
1 parent c981bf1 commit abf8c02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/devcontainer-feature-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
# Validate the output directory exists and clean it out if there is content already present
echo "Creating output directory..."
mkdir -p "./output/spacefx-dev"
[[ -f ./output/spacefx-dev/* ]]; rm ./output/spacefx-dev/*
# Copy the scripts ino the entry point for the devcontainer feature
echo "Copying all files to /var/spacedev..."
Expand Down

0 comments on commit abf8c02

Please sign in to comment.