Skip to content

Commit 683b3b8

Browse files
authored
Update command_spec.yaml
1 parent 329b523 commit 683b3b8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

command_spec.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ steps:
1010
shell: bash
1111
timeoutInSeconds: 3600
1212
command: |
13-
rm -rf /etc/yum.repos.d/default.repo
14-
sed -i 's/included\//included\/x86_64/g' /etc/yum.repos.d/oci-included-ol8.repo
15-
(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
16-
cat /etc/yum.repos.d/oci-included-ol8.repo
17-
dnf module list --all nodejs
1813
dnf module enable -y nodejs:16
1914
dnf module install -y nodejs
2015
- type: Command

0 commit comments

Comments
 (0)