Skip to content
Snippets Groups Projects
Commit 00691f4e authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Added apt update on job generate_new_tag before apt-cache command

parent a3987f15
No related branches found
No related tags found
No related merge requests found
...@@ -145,6 +145,7 @@ ...@@ -145,6 +145,7 @@
script: script:
# get path # get path
- apt update || apt -y install ca-certificates && apt update
- PROJ=( $(apt-cache show iri-$PACKAGE_NAME-dev | grep Homepage) ) - PROJ=( $(apt-cache show iri-$PACKAGE_NAME-dev | grep Homepage) )
- declare -a PROJ - declare -a PROJ
- if [ ${#PROJ[@]} -eq 2 ] - if [ ${#PROJ[@]} -eq 2 ]
......
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