summaryrefslogtreecommitdiffstats
path: root/.github/workflows/devel_images.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/devel_images.yml')
-rw-r--r--.github/workflows/devel_images.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/devel_images.yml b/.github/workflows/devel_images.yml
index 07975f4b39..0aa661d27a 100644
--- a/.github/workflows/devel_images.yml
+++ b/.github/workflows/devel_images.yml
@@ -62,18 +62,6 @@ jobs:
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- - name: Setup node and npm for old UI build
- uses: actions/setup-node@v2
- with:
- node-version: '16'
- if: matrix.build-targets.image-name == 'awx'
-
- - name: Prebuild old-UI for awx image (to speed up build process)
- run: |
- sudo apt-get install gettext
- make ui-release
- if: matrix.build-targets.image-name == 'awx'
-
- name: Setup node and npm for the new UI build
uses: actions/setup-node@v2
with: