Skip to content

Commit

Permalink
Fix deployment (third attempt)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehrad0711 committed Jul 26, 2022
1 parent 1a4ac08 commit 4344c5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
git:
depth: false

branches:
except:
- "/^wip/"
Expand Down
2 changes: 0 additions & 2 deletions dockerfiles/hooks/post_push
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ set -e
set -x
echo "Running in $(pwd)"

git fetch --unshallow &> /dev/null
git fetch --tags
version=$(git describe)

case $IMAGE_NAME in
Expand Down

0 comments on commit 4344c5e

Please sign in to comment.