mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
devel: pipe
This commit is contained in:
@@ -74,7 +74,6 @@ jobs:
|
||||
run: |
|
||||
rm -rf nxcache
|
||||
rm -rf dist
|
||||
# - uses: ./.github/actions/download-build-artifacts
|
||||
- run: nx run cli:bundle
|
||||
- name: push Demoshell docker image
|
||||
run: |
|
||||
@@ -95,8 +94,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- uses: ./.github/actions/setup
|
||||
with:
|
||||
enable-cache: false
|
||||
# - uses: ./.github/actions/download-build-artifacts
|
||||
enable-cache: false
|
||||
- run: nx run cli:bundle
|
||||
- name: push Storybook docker image
|
||||
run: |
|
||||
@@ -117,8 +115,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- uses: ./.github/actions/setup
|
||||
with:
|
||||
enable-cache: false
|
||||
# - uses: ./.github/actions/download-build-artifacts
|
||||
enable-cache: false
|
||||
- run: nx run cli:bundle
|
||||
- name: nx build
|
||||
run: |
|
||||
@@ -139,7 +136,6 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
# - uses: ./.github/actions/download-build-artifacts
|
||||
- name: Check npm bundle
|
||||
run: |
|
||||
export ADF_VERSION=$(npm view @alfresco/adf-core@${TAG_NPM} version)
|
||||
|
||||
Reference in New Issue
Block a user