We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329b523 commit 683b3b8Copy full SHA for 683b3b8
command_spec.yaml
@@ -10,11 +10,6 @@ steps:
10
shell: bash
11
timeoutInSeconds: 3600
12
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
18
dnf module enable -y nodejs:16
19
dnf module install -y nodejs
20
- type: Command
0 commit comments