You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPER.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ If you do not want to use that, feel free to create your own build environment.
18
18
19
19
```bash
20
20
cd ansible.executionenvironment
21
-
ee_dir=$(pwd)
21
+
exportee_dir=$(pwd)
22
22
```
23
23
24
24
3. Start the build environment
@@ -130,9 +130,9 @@ Der Workflow nutzt `account: ${{ github.repository_owner }}`, also den Organisat
130
130
131
131
Die offizielle Action `actions/delete-package-versions` funktioniert mit `GITHUB_TOKEN`, unterstützt für Container-Packages aber **keine Tag-Muster** (z. B. `dev*`); gefiltert wird nach API-Versionsnamen (Digest), nicht nach Tags. Für „nur `dev*`-Tags bereinigen, 5 behalten, älter als 6 Wochen löschen“ ist `snok/container-retention-policy` mit PAT die passende Wahl.
132
132
133
-
# Changes for building supported EE for RHAAP
133
+
##Changes for building supported EE for RHAAP
134
134
135
-
If you want to add supported Automation Hub content, get your Automation Hub token from [here](https://console.redhat.com/ansible/automation-hub/token) and export it in the environment variable `ANSIBLE_GALAXY_SERVER_RH_CERTIFIED_REPO_TOKEN`, login to `registry.redhat.io` with your RedHat credentials and run the following commands:
135
+
If you want to add supported Automation Hub content, get your Automation Hub token from [Red Hat Automation Hub](https://console.redhat.com/ansible/automation-hub/token) and export it in the environment variable `ANSIBLE_GALAXY_SERVER_RH_CERTIFIED_REPO_TOKEN`, login to `registry.redhat.io` with your RedHat credentials and run the following commands:
0 commit comments