Skip to content
Snippets Groups Projects

Migration in monorepo

Merged Ghost User requested to merge istaester/init-monorepo into develop
3 files
+ 5
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -23,6 +23,7 @@ build-testing-image:
BUILDARGS: -race
- when: always
script:
- cd controller/
- /kaniko/executor
--cache=true
--context "$CI_PROJECT_DIR"
@@ -47,6 +48,7 @@ build-image:
BUILDARGS: -race
- when: always
script:
- cd controller/
- /kaniko/executor
--cache=true
--context "$CI_PROJECT_DIR"
Loading