Skip to content
Snippets Groups Projects
Commit fbd73d5d authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing exacutable names

parent d553d5e2
No related branches found
No related tags found
No related merge requests found
Pipeline #948 passed
......@@ -4,7 +4,7 @@ centos_build:
- centos
artifacts:
paths:
- ./build/src/vcluster
- ./build/src/pdata
script:
- ./build.sh $CI_PROJECT_DIR $CI_RUNNER_TAGS pdata full $CI_COMMIT_REF_NAME
......@@ -24,7 +24,7 @@ mac_build:
- mac
artifacts:
paths:
- ./build/src/vcluster
- ./build/src/pdata
script:
- ./build.sh $CI_PROJECT_DIR $CI_RUNNER_TAGS pdata full $CI_COMMIT_REF_NAME
......@@ -43,7 +43,7 @@ ubuntu_build:
- ubuntu
artifacts:
paths:
- ./build/src/vcluster
- ./build/src/pdata
script:
- ./build.sh $CI_PROJECT_DIR $CI_RUNNER_TAGS pdata full $CI_COMMIT_REF_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