Skip to content

Commit 062fbb2

Browse files
Merge pull request #19 from codefresh-io/CR-6637-broken-ref
CR-6637-broken-ref
2 parents 8a7a2bb + 04ba254 commit 062fbb2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 10.0.6
1+
version: 10.0.7

start.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ if [ -d "$CLONE_DIR" ]; then
119119

120120
echo "Fetching the updates from origin"
121121
git_retry git fetch --tags
122+
git remote set-head origin --auto
122123

123124
if [ -n "$REVISION" ]; then
124125

0 commit comments

Comments
 (0)