UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit d64787ef authored by Douglas Lagemann's avatar Douglas Lagemann
Browse files

whole lotta changes to start using move file features

parent 32194bb3
No related branches found
No related tags found
1 merge request!4BULL-3252: add endpoints
File moved
File moved
File moved
File moved
......@@ -6,3 +6,7 @@ service:
pipeline:
substitutions:
subProject: -api
getLocalDevFiles:
- from: docker/Dockerfile.node-be.dev
to: Dockerfile.be.dev
\ No newline at end of file
......@@ -6,3 +6,7 @@ pipeline:
pipelineJobs:
npm-lint:
composeFile: docker/pipeline-jobs/docker-compose-npm-lint.yml
getLocalDevDirs:
- from: scripts/npm-lint
to: scripts/npm-lint
......@@ -5,3 +5,15 @@ pipeline:
pipelineJobs:
trufflehog:
composeFile: docker/pipeline-jobs/docker-compose-trufflehog.yml
getLocalDevDirs:
- from: root
to: /
- from: config
to: config
- from: scripts/trufflehog
to: scripts/trufflehog
getLocalDevFiles:
- from: scripts/setup.sh
to: scripts/setup.sh
\ No newline at end of file
......@@ -6,20 +6,17 @@ service:
dbPassword: PG_PASSWORD
dbHost: PG_HOST
getDirs:
- from: config/
to: src/config-test
- from: scripts/npm-lint
to: test_scripts/
- from: scripts/trufflehog/
to: test_scripts/
getLocalDevFiles:
- from: db-updates/postgres-entrypoint.sh
to: config/postgres-entrypoint.sh
getFiles:
getProjectDirs:
- from: db-updates/node/postgres/migrations
to: src/data/migrations
getProjectFiles:
- from: db-updates/node/postgres/dataLayer.js
to: src/data/dataLayer.js
- from: db-updates/node/postgres/migrations/202411060900_create-version-table.sql
to: src/data/migrations/202411060900_create-version-table.sql
mergeFiles:
- from: db-updates/node/postgres/package.json
to: package.json
merge: true
......@@ -6,3 +6,7 @@ service:
pipeline:
substitutions:
subProject: -ui
getLocalDevFiles:
- from: docker/Dockerfile.node-vite-ui.dev
to: Dockerfile.ui.dev
\ No newline at end of file
......@@ -6,3 +6,7 @@ service:
pipeline:
substitutions:
subProject: -ui
getLocalDevFiles:
- from: docker/Dockerfile.node-vite-ui.dev
to: Dockerfile.ui.dev
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