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

Fixed yaml syntax error

parent 08990349
No related branches found
No related tags found
1 merge request!2Added add_lib_to_ld_config.sh and remove_lib_from_ld_config.sh user scripts....
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
...@@ -8,7 +8,7 @@ stages: ...@@ -8,7 +8,7 @@ stages:
build-package: build-package:
stage: build stage: build
script: script:
- apt update || apt -y install ca-certificates && apt update - apt update || apt -y install ca-certificates && apt update
# Uncomment to install dependencies # Uncomment to install dependencies
# - apt -y install iri-<package_name>-dev # - apt -y install iri-<package_name>-dev
- mkdir -pv build - mkdir -pv build
...@@ -31,3 +31,4 @@ update_repo: ...@@ -31,3 +31,4 @@ update_repo:
only: only:
- tags - tags
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