Skip to content

Commit

Permalink
Merge pull request #26 from mattonomics/nojira-fix-git-ls-files
Browse files Browse the repository at this point in the history
Copy gitingnore instead of symlink
  • Loading branch information
Christopher Garza authored Jul 29, 2021
2 parents 54fa054 + e3871a5 commit c1545cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/gitignoreswap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:
command: |
if [ -f ./.gitignores/__deployment ]; then
rm -f .gitignore
ln -s ./.gitignores/__deployment .gitignore
cp ./.gitignores/__deployment .gitignore
else
rm -f .gitignore
wget -nc -O .gitignore "https://raw.githubusercontent.com/ryanshoover/orb-wpengine-deploy/master/lib/deploy-<< parameters.gitignore_type >>.gitignore"
Expand Down

0 comments on commit c1545cf

Please sign in to comment.