Skip to content

Commit

Permalink
rename installer for future other installers
Browse files Browse the repository at this point in the history
  • Loading branch information
kreynoldsf5 committed Apr 10, 2024
1 parent 6b77ad6 commit 362a92d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 36 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/publish.yml.old

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Run with ``sudo``.
Once you've inspected [the installer](./orijen-udf-install.sh) and the contents of [the container](./app/app.py) you can run the installer directly.

```shell
sudo curl -s https://raw.githubusercontent.com/f5devcentral/orijen-udf-service/main/orijen-udf-install.sh | bash
sudo curl -s https://raw.githubusercontent.com/f5devcentral/orijen-udf-service/main/orijen-udf-base-install.sh | bash
```

## UDF Deployment Tags Needed
Expand Down
2 changes: 1 addition & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def query_metadata(metadata_base_url: str) -> dict|None:
deployer = deployment.get("deployment")["deployer"]
lab_id = deployment_tags.get("LabID")
sqs_url = deployment_tags.get("SQS")

return {
"depID": dep_id,
"deployer": deployer,
Expand Down
File renamed without changes.

0 comments on commit 362a92d

Please sign in to comment.