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
+ 1
5
Compare changes
  • Side-by-side
  • Inline
@@ -5,12 +5,8 @@ RUN apt update -y && apt install python3 git make build-essential -y
WORKDIR app
RUN echo "test"
RUN ls -la /builds/
RUN ls -la /
RUN ls -la /mnt/
RUN ls -la /src/
COPY /builds/gaiax/ocm/ocm-engine/dist/apps/agent .
COPY $CI_PROJECT_DIR/dist/apps/agent .
COPY package.json yarn.lock ./
RUN yarn install
Loading