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 24d8835 commit 001d51bCopy full SHA for 001d51b
.github/workflows/ci.yml
@@ -44,8 +44,8 @@ jobs:
44
distro:
45
- centos8
46
- centos7
47
- - ubuntu1804
48
- ubuntu2004
+ - ubuntu1804
49
50
steps:
51
- name: Check out the codebase.
molecule/default/version.yml
tasks/main.yml
@@ -55,6 +55,7 @@
55
GOROOT: '{{ golang_install_dir }}'
56
GOPATH: '{{ golang_gopath }}'
57
register: go_versions
58
+ changed_when: false
59
60
- name: singularity | display Go version
61
debug:
@@ -91,6 +92,10 @@
91
92
changed_when: false
93
failed_when: false
94
95
+- name: singularity | display singularity installed version
96
+ debug:
97
+ var: singularity_installed_version
98
+
99
- name: singularity | compile the Singularity binary | mconfig
100
command: ./mconfig
101
args:
0 commit comments