Compare commits

...

3 Commits

Author SHA1 Message Date
platane
e62d5a56e4 aaaa 2020-07-20 09:01:47 +02:00
platane
6815912b18 aaaa 2020-07-20 08:58:27 +02:00
platane
c78ef253a1 aaaaaa 2020-07-19 21:23:05 +02:00
4 changed files with 7 additions and 6 deletions

View File

@@ -27,3 +27,4 @@ jobs:
- run: ls
- run: ls
- run: ls

3
.gitignore vendored
View File

@@ -2,4 +2,5 @@ node_modules
npm-debug.log*
yarn-error.log*
dist
build
build
out.gif

View File

@@ -4,12 +4,12 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends gifsicle graphicsmagick \
&& rm -rf /var/lib/apt/lists/*
COPY tsconfig.json package.json yarn.lock ./platane-aa/
COPY packages ./platane-aa/packages/
COPY tsconfig.json package.json yarn.lock /github/platane.aa/
COPY packages /github/platane.aa/
RUN ( cd ./platane-aa ; yarn install --frozen-lockfile )
RUN ( cd /github/platane.aa/ ; yarn install --frozen-lockfile )
RUN ( cd ./platane-aa ; yarn build:action )
RUN ( cd /github/platane.aa/ ; yarn build:action )
CMD ["find", "/github"]
# CMD ["node", "./generate-snake-game-from-github-contribution-grid/packages/action/dist/index.js"]

View File

@@ -1 +0,0 @@
out.gif