Skip to content
Snippets Groups Projects
Commit d3db6fd0 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : quiet argument

parent 32713d7a
No related branches found
No related tags found
1 merge request!47Draft: TEST_CI_FORK_DO_NOT_MERGE
......@@ -20,5 +20,5 @@ workflow:
default:
image: nvidia/cuda:12.2.0-devel-ubuntu22.04
before_script:
- apt update -qq # -qq is for quiet/silent
- apt install -qq -y cmake cppcheck python-is-python3 pip git gcovr unzip curl
- apt -qq update # -qq is for quiet/silent
- apt -qq install -y cmake cppcheck python-is-python3 pip git gcovr unzip curl
......@@ -12,7 +12,7 @@ build:ubuntu_cpp:
- DEPENDENCY_NAME="aidge_core"
- DEPENDENCY_JOB="build:ubuntu_cpp"
# - !reference [.download_dependency, script]
- apt-get install -y jq
- apt-get -qq install -y jq
- BRANCH_TO_PULL="dev" # default branch
# Check if a branch with the same name exist on the dependance repository
- >
......
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