Skip to content
Snippets Groups Projects
Commit a578ae85 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: .gitlab-ci.yml

	modified:   share/common.yml
parent 79fadcc6
Branches
No related tags found
No related merge requests found
default: default:
tags:
- singularity
before_script: before_script:
- ls -lrth && pwd - ls -lrth && pwd
artifacts: artifacts:
...@@ -19,39 +21,42 @@ stages: ...@@ -19,39 +21,42 @@ stages:
- benchmarks - benchmarks
- deploy - deploy
env:
tags:
- singularity
stage: config
script:
- bash bin/config_env.sh
include: '.local/share/common.yml'
detector: #env:
tags: # tags:
- singularity # - singularity
stage: initialize # stage: config
needs: ["env"] # script:
timeout: 1 hours # - bash bin/config_env.sh
#cache: #
# key: #
# files: #detector:
# - options/env.sh # tags:
# - util/build_detector.sh # - singularity
# prefix: "$CI_COMMIT_REF_SLUG" # stage: initialize
# paths: # needs: ["env"]
# - .local/detector # timeout: 1 hours
# - .local/lib # #cache:
script: # # key:
- whoami && hostname # # files:
- ls -lrth # # - options/env.sh
- pwd # # - util/build_detector.sh
- ./bin/print_env.sh # # prefix: "$CI_COMMIT_REF_SLUG"
- ./bin/build_detector.sh # # paths:
- ./bin/print_env.sh # # - .local/detector
- mkdir -p results # # - .local/lib
- mkdir -p config # script:
- echo "$CI_PIPLINE_ID" && echo "$CI_PROJECT_NAME" # - whoami && hostname
# - ls -lrth
# - pwd
# - ./bin/print_env.sh
# - ./bin/build_detector.sh
# - ./bin/print_env.sh
# - mkdir -p results
# - mkdir -p config
# - echo "$CI_PIPLINE_ID" && echo "$CI_PROJECT_NAME"
#get_data: #get_data:
# stage: data_init # stage: data_init
......
common:setup: common:setup:
stage: config stage: config
artifacts:
expire_in: 72 hours
paths:
- .local/detector
- .local/lib
- .local/bin
- .local/include
- results
- config
script: script:
- git clone "${CI_REPOSITORY_URL}" setup - git clone "${CI_REPOSITORY_URL}" setup
- source setup/bin/env.sh && ./setup./ - source setup/bin/env.sh && ./setup/bin/build_common.sh
common:detector:
stage: initialize
needs: ["common:setup"]
script:
- source .local/bin/env.sh && build_detector.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment