Skip to content

Commit

Permalink
Added handling for git submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
lueschem committed Apr 19, 2024
1 parent 07c347f commit 99ca13f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/os-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
repository: '${{ github.repository_owner }}/${{ inputs.repository }}'
ref: '${{ inputs.repository_version }}'
path: '${{ inputs.repository }}'
submodules: recursive
- name: Apply the correct Mender tenant token
run: |
echo "mender_tenant_token: \"${MENDER_TENANT_TOKEN}\"" > ${{ inputs.repository }}/configuration/mender/mender_custom.yml
Expand Down

0 comments on commit 99ca13f

Please sign in to comment.