Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
fix: cicd Dockerfile commands
Browse files Browse the repository at this point in the history
  • Loading branch information
arantespp committed Apr 27, 2022
1 parent 3c536ae commit 6d1e67d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions cicd/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# CICD

> How to update CICD?
Execute `carlin deploy cicd` on this directory.
2 changes: 0 additions & 2 deletions packages/cli/src/deploy/cicd/cicd.template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ export const getRepositoryImageBuilder = () => ({

// Used in case of yarn.lock is modified.
'RUN git checkout -- yarn.lock',

'SHELL ["/bin/bash", "--login", "-c"]',
].join('\n'),
},
},
Expand Down

0 comments on commit 6d1e67d

Please sign in to comment.