Skip to content
Snippets Groups Projects
Verified Commit ad4c05d0 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

cut branch names to 63 characters in variables.sh

parent c7d2842f
No related branches found
No related tags found
1 merge request!31Resolve "variables.sh uses too long branch names sometimes."
# Set the docker image tag to the current branch:
dockerTag=$(git rev-parse --abbrev-ref HEAD)
dockerTag=$(git rev-parse --abbrev-ref HEAD | cut -c "-63")
# Only get the number from the issue (or whatever is in front of a dash
# otherwise) for the release name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment