Skip to content

Commit

Permalink
remove unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
corpulent committed Jun 7, 2024
1 parent 438a217 commit c5aa1ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions cd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16
FROM node:18

WORKDIR /usr/src

Expand All @@ -25,10 +25,6 @@ RUN curl -L "https://gitlab.com/gitlab-org/cli/-/releases/v1.41.0/downloads/glab
chmod +x /usr/local/bin/glab && \
rm -rf glab.tar.gz bin

RUN npm install [email protected] -g \
&& npm install [email protected] -g \
&& npm install [email protected] -g

RUN mkdir -p /root/.ssh && touch /root/.ssh/config
RUN echo "StrictHostKeyChecking no " > /root/.ssh/config

Expand Down
1 change: 0 additions & 1 deletion cd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ shell :
--env AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID} \
--env AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY} \
--env NPM_TOKEN=${NPM_TOKEN} \
--env DOCS_API_KEY=${DOCS_API_KEY} \
--env DRY_RUN=${DRY_RUN} \
--env BRANCH=${BRANCH} \
--env REPO_OWNER_NAME=${REPO_OWNER_NAME} \
Expand Down

0 comments on commit c5aa1ad

Please sign in to comment.