Skip to content

Commit

Permalink
updated github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
perennialAutodidact committed Mar 3, 2024
1 parent fea61ae commit 48e1b1c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ on:
branches:
- replace-nx-with-turborepo

name: 'Install Oracle CLI'
run: |
curl -L -O https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh
chmod +x install.sh
./install.sh --accept-all-defaults
echo "::add-path::/home/runner/bin"
exec -l $SHELL
jobs:
install_oracle_cli:
run: |
curl -L -O https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh
chmod +x install.sh
./install.sh --accept-all-defaults
echo "::add-path::/home/runner/bin"
exec -l $SHELL

0 comments on commit 48e1b1c

Please sign in to comment.