mirror of https://github.com/buildpacks/ci.git
RHEL: fix codeready containers path
Signed-off-by: Javier Romero <rjavier@vmware.com>
This commit is contained in:
parent
e293cf9490
commit
506e8bbb94
|
|
@ -26,6 +26,12 @@ source scripts/auth-redhat.sh
|
|||
(cd rhel-openshift && terraform init && terraform apply)
|
||||
```
|
||||
|
||||
## Get info
|
||||
|
||||
```shell
|
||||
(cd rhel-openshift && terraform output)
|
||||
```
|
||||
|
||||
# TODO: UPDATE BELOW ⬇
|
||||
|
||||
## Create a runner
|
||||
|
|
|
|||
|
|
@ -136,8 +136,8 @@ resource "null_resource" "codeready_containers" {
|
|||
|
||||
provisioner "remote-exec" {
|
||||
inline = [
|
||||
"chmod +x /tmp/provision/codeready-containers.create.sh",
|
||||
"sudo -i -u user bash /tmp/provision/codeready-containers.create.sh",
|
||||
"chmod +x /tmp/provision-codeready-containers.create.sh",
|
||||
"sudo -i -u user bash /tmp/provision-codeready-containers.create.sh",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue