Skip to content
Snippets Groups Projects

ci: setup application helms in the monorepo

Merged Zdravko Iliev requested to merge find-dist-location into main
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -266,12 +266,13 @@ build-agent:
script:
# parallel is a CPU core count
- yarn nx run agent:build:production --parallel=3
- AGENT_ID="$CI_JOB_ID"
- echo "$CI_JOB_ID" > agent_id.txt
artifacts:
paths:
- ./dist
- ./package.json
- ./yarn.lock
- ./agent_id.txt
expire_in: 1 day
build-attestation-manager:
@@ -388,9 +389,8 @@ docker-agent:
- apps/agent/src/app/*
- if: '$CI_COMMIT_TAG'
after_script:
- AGENT_ID=$(cat $CI_PROJECT_DIR/agent_id.txt)"
- echo $AGENT_ID
- ls $CI_PROJECT_DIR
- echo $CI_PROJECT_DIR
- ls apps
- ls -la dist
- echo "--------------"
Loading