We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6bd7d commit ab498e6Copy full SHA for ab498e6
.github/workflows/build-client-packages.yml
@@ -29,6 +29,11 @@ jobs:
29
[[ $REF_NAME == refs/tags/v* ]] && VERSION=${REF_NAME/refs\/tags\/v/}
30
echo ::set-output name=version::${VERSION}
31
32
+ # The next step uses a custom Ansible inventory, and due to that it cannot find
33
+ # the group_vars folder inside the inventory folder. This symlink fixes that.
34
+ - name: Make symlink to group_vars
35
+ run: ln -s inventory/group_vars
36
+
37
- name: Prepare package source
38
uses: roles-ansible/check-ansible-debian-stretch-action@master
39
with:
0 commit comments