Skip to content

Commit

Permalink
Merge branch '2.x-devel' of github.com:codeenigma/ce-dev into 2.x-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
DionisioFG committed Jul 2, 2024
2 parents de3ddbc + d114152 commit bfbe6be
Show file tree
Hide file tree
Showing 3 changed files with 1,587 additions and 1,361 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ce-dev-devel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,8 @@ jobs:
- uses: actions/checkout@v4
with:
ref: '2.x-devel'
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install modules
run: yarn install --production=false --global
- name: List modules installed
run: yarn list --depth=0
- name: Pack the JS
run: yarn oclif pack tarballs --targets=linux-x64,linux-arm,linux-arm64 --no-xz
- name: Rename the dist/* files
Expand All @@ -46,8 +41,6 @@ jobs:
run: |
/bin/sh docker-images/export.sh --version devel --image-name ce-dev --dockerfile-path base-devel
/bin/sh docker-images/export.sh --version devel --image-name ce-dev-controller --dockerfile-path controller-devel
sudo chmod +x bin/dev.js
/bin/sh templates/prebuild.sh --template ce-dev-devel.compose.yml --devel
- name: Testing templates
run: |
sudo chmod +x bin/dev.js
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"renamer": "^5",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"tsx": "^4.16.0",
"typescript": "^5.2.2"
},
"engines": {
Expand Down
Loading

0 comments on commit bfbe6be

Please sign in to comment.