Skip to content

Commit

Permalink
Merge pull request #4529 from camptocamp/touch
Browse files Browse the repository at this point in the history
Make secrets compatible with make
  • Loading branch information
sbrunner committed Jan 25, 2019
2 parents 9ba73e3 + 5aa394d commit 48796a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ secrets.tar.bz2.gpg:
.PHONY: secrets
secrets:
gpg --output secrets.tar.bz2 --decrypt secrets.tar.bz2.gpg
tar -jxf secrets.tar.bz2
tar --touch -jxf secrets.tar.bz2
rm secrets.tar.bz2

# QGIS
Expand Down

0 comments on commit 48796a8

Please sign in to comment.