Skip to content

Commit

Permalink
Merge pull request #49 from tbeerman/fix_hooks_for_ui
Browse files Browse the repository at this point in the history
fix hooks for clients and ui
  • Loading branch information
tbeerman authored Feb 6, 2020
2 parents be0508d + 949d157 commit 8d1c50f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clients/hooks/build
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#!/bin/bash

docker build --build-arg TAG=$SOURCE_BRANCH -f $DOCKERFILE_PATH -t $IMAGE_NAME .
2 changes: 2 additions & 0 deletions ui/hooks/build
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#!/bin/bash

docker build --build-arg TAG=$SOURCE_BRANCH -f $DOCKERFILE_PATH -t $IMAGE_NAME .

0 comments on commit 8d1c50f

Please sign in to comment.