@abgov/nx-oc 8.1.0 → 8.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/nx-oc",
3
- "version": "8.1.0",
3
+ "version": "8.1.2",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./src/index.js",
6
6
  "description": "Government of Alberta - Nx plugin for OpenShift.",
@@ -62,7 +62,8 @@ jobs:
62
62
  run: npx nx affected --target=build --base=${{ env.AFFECTED_BASE }} --configuration production
63
63
  # Set affected apps to env for later steps and jobs.
64
64
  - name: Set AFFECTED_APPS for OC steps
65
- run: echo "AFFECTED_APPS=$(npx nx affected:apps --plain --base=${{ env.AFFECTED_BASE }})" >> $GITHUB_ENV
65
+ run: echo "AFFECTED_APPS=$(npx nx show projects --affected --type=app --base=${{ env.AFFECTED_BASE }} | tr '\n' ' ')" >> $GITHUB_ENV
66
+
66
67
  - run: npm prune --production
67
68
 
68
69
  # Run the OC BuildConfigs for create containers.
@@ -27,7 +27,7 @@
27
27
  "type": "string",
28
28
  "description": "Jenkins or GitHub Actions based pipeline.",
29
29
  "alias": "t",
30
- "x-prompt": "Generate a Jenkins (jenkins) based pipeline or a GitHub Actions (actions) pipeline?"
30
+ "default": "actions"
31
31
  },
32
32
  "envs": {
33
33
  "type": "string",