Skip to content

Commit

Permalink
remove pwd from build hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Paris Goldman-Smith committed Nov 27, 2018
1 parent ab954e5 commit 2f274f6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion aimmo-game-creator/hooks/build
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/bin/bash
pwd
docker build --target runner -t $IMAGE_NAME .
1 change: 0 additions & 1 deletion aimmo-game-worker/hooks/build
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/bin/bash
pwd
docker build --target runner -t $IMAGE_NAME .
2 changes: 1 addition & 1 deletion aimmo-game/hooks/build
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
pwd

docker build --target runner -t $IMAGE_NAME .

0 comments on commit 2f274f6

Please sign in to comment.