forked from wazuh/wazuh-docker
Add Wazuh version and revision into wazuh-certs-tool and config file
This commit is contained in:
@@ -134,7 +134,7 @@ jobs:
|
||||
needs: setup
|
||||
|
||||
env:
|
||||
ARTIFACT_URLS_FILE_TEMP: "/tmp/wazuh-docker/artifact_urls.yml"
|
||||
ARTIFACT_URLS_FILE_TEMP: "/tmp/wazuh-docker/artifact_urls_test.yml"
|
||||
|
||||
steps:
|
||||
- name: Configure AWS credentials
|
||||
@@ -209,6 +209,7 @@ jobs:
|
||||
line=${line//\$\{\{ env.MANAGER_REVISION \}\}/$MANAGER_COMMIT}
|
||||
line=${line//\$\{\{ env.DASHBOARD_REVISION \}\}/$DASHBOARD_COMMIT}
|
||||
line=${line//\$\{\{ env.AGENT_REVISION \}\}/$AGENT_COMMIT}
|
||||
line=${line//\$\{\{ env.ASSISTANT_REVISION \}\}/latest}
|
||||
|
||||
# Append the processed line to the output file
|
||||
echo "$line" >> "$OUTPUT_FILE"
|
||||
|
||||
Reference in New Issue
Block a user