Skip to content

Commit 55acd35

Browse files
committed
Merge sample script
1 parent 3bced12 commit 55acd35

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

samples/runSample.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,13 @@ function latestSemVer {
1010
# Assume repo tags have been created in a sensible order. Find the mq-golang
1111
# version in the root go.mod file and the current Git tag for this repo.
1212
# Then pick the latest version to create the Docker tag
13-
<<<<<<< HEAD
1413
for m in ../go.mod ../../go.mod
1514
do
1615
if [ -r $m ]
1716
then
1817
VERDEP=`cat $m | awk '/mq-golang/ {print $2}' `
1918
fi
2019
done
21-
=======
22-
VERDEP=`cat ../go.mod | awk '/mq-golang/ {print $2}' `
23-
>>>>>>> master
2420
VERREPO=`git tag -l 2>/dev/null| sort | tail -1 `
2521

2622
VER=`latestSemVer $VERDEP $VERREPO`

0 commit comments

Comments
 (0)