Skip to content

Commit

Permalink
Remove deletion of build path files
Browse files Browse the repository at this point in the history
`.github` and `.dockerhub` refer to empty files that would be created during deployment. `.github` is now used as a directory for workflows, so this resolves an issue during deployment where it fails due to attempting to delete that directory as a file.
  • Loading branch information
RBallardNTIA authored Oct 16, 2023
1 parent efca003 commit 1ea03d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/puppet_cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ if [ -e .github ]; then
fi

rm -f .deployed
rm -f .github
rm -f .dockerhub

# Empty environment file
echo "" > /etc/environment
Expand Down

0 comments on commit 1ea03d4

Please sign in to comment.