@payfit/nx-core 4.34.0-ephemeral-hello-lambda-979f0a0.0 → 4.34.0-ephemeral-hello-lambda-9de8f26.0

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": "@payfit/nx-core",
3
- "version": "4.34.0-ephemeral-hello-lambda-979f0a0.0",
3
+ "version": "4.34.0-ephemeral-hello-lambda-9de8f26.0",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
@@ -117,6 +117,15 @@ jobs:
117
117
  tar -xzf teleport-v17.4.6-linux-amd64-bin.tar.gz
118
118
  cd teleport
119
119
  sudo ./install
120
+ - run:
121
+ name: 'Install Oras'
122
+ command: |
123
+ VERSION="1.2.2"
124
+ curl -LO "https://github.com/oras-project/oras/releases/download/v${VERSION}/oras_${VERSION}_linux_amd64.tar.gz"
125
+ mkdir -p oras-install/
126
+ tar -zxf oras_${VERSION}_*.tar.gz -C oras-install/
127
+ sudo mv oras-install/oras /usr/local/bin/
128
+ rm -rf oras_${VERSION}_*.tar.gz oras-install/
120
129
  - run:
121
130
  name: Release
122
131
  command: |