Browse Source

Fixing the pipeline

master
Drew Short 4 years ago
parent
commit
b38212abf4
  1. 10
      Dockerfile
  2. 1
      pipeline.yml

10
Dockerfile

@ -1,6 +1,6 @@
FROM node:12.14-stretch
COPY . /opt/baphomet
RUN npm install
WORKDIR /opt/baphomet
ENTRYPOINT entrypoint.sh
FROM node:12.14-stretch
COPY . /opt/baphomet
RUN npm install
WORKDIR /opt/baphomet
ENTRYPOINT entrypoint.sh
CMD run

1
pipeline.yml

@ -83,6 +83,7 @@ jobs:
- -c
- |
cd baphomet-js-git
chmod +x ././scripts/get_*.sh
echo $(./scripts/get_build.sh) > ../baphomet-js-version/build.info
echo $(./scripts/get_version.sh) > ../baphomet-js-version/version.info
cat ../baphomet-js-version/build.info

Loading…
Cancel
Save