Skip to content

Commit

Permalink
Merge pull request #35 from oracle-devrel/WSPluta-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
vmleon authored Sep 4, 2024
2 parents 329b523 + 683b3b8 commit dce0049
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions command_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ steps:
shell: bash
timeoutInSeconds: 3600
command: |
rm -rf /etc/yum.repos.d/default.repo
sed -i 's/included\//included\/x86_64/g' /etc/yum.repos.d/oci-included-ol8.repo
(echo -e '[ol8_appstream]' && echo 'name=Oracle Linux 8 Application Stream' && echo "baseurl=https://yum-$OCI_RESOURCE_PRINCIPAL_REGION.oracle.com/repo/OracleLinux/OL8/appstream/x86_64/" && echo 'gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle' && echo 'gpgcheck=1' && echo 'enabled=1') >> /etc/yum.repos.d/oci-included-ol8.repo
cat /etc/yum.repos.d/oci-included-ol8.repo
dnf module list --all nodejs
dnf module enable -y nodejs:16
dnf module install -y nodejs
- type: Command
Expand Down

0 comments on commit dce0049

Please sign in to comment.