Skip to content

Commit

Permalink
new test
Browse files Browse the repository at this point in the history
  • Loading branch information
RAHenriksen committed Nov 4, 2024
1 parent 7524a65 commit 59b54bf
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/bifrost_sp_ecoli_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,16 @@ jobs:
LATEST_TAG_COMMIT=$(git tag --sort=-creatordate --format '%(objectname)'|head -1)
LATEST_TAG=$(git tag --sort=-creatordate|head -1)
# echo "test 1" - ecoli_fbi.51ea941.01-11-2024
# echo "test 1"
git tag
# echo "test 2" - 51ea9416c35d4f6e9496a4dfd0e6e4c9ad83f6ba refs/tags/ecoli_fbi.51ea941.01-11-2024
# echo "test 2"
git show-ref --tags -d
# echo "test 3" - ecoli_fbi.51ea941.01-11-2024
# echo "test 3"
git describe --abbrev=0 --tags
# echo "test 4" - 51ea9416c35d4f6e9496a4dfd0e6e4c9ad83f6ba refs/tags/ecoli_fbi.51ea941.01-11-2024 \n c57a577e5568623a0f780f581d47a132aa7c3413 refs/tags/ecoli_fbi.c57a577.01-11-2024
# echo "test 4"
git ls-remote --tags origin
# echo 5"
git describe --tags `git rev-list --tags --max-count=1`
# echo $(git show-ref --tags -d | cut -f1 -d ' ' | sed 's|.*/||')
# echo $(git show-ref --tags -d | cut -f2 -d ' ' | sed 's|.*/||')
# echo "test 4"
# echo $(git ls-remote --tags origin | cut -f1 | head -1 | sed 's|.*/||')
# echo $(git ls-remote --tags origin | cut -f2 | head -1 | sed 's|.*/||')
echo "Checking commit hash for the latest tag of ecoli_fbi: $LATEST_TAG_COMMIT"
echo "Checking the lastest tag of ecoli_fbi: $LATEST_TAG"
Expand Down

0 comments on commit 59b54bf

Please sign in to comment.