Skip to content

Commit af4a94c

Browse files
committed
fixup! fix: Release terraform-local version lock
1 parent fc6b79b commit af4a94c

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

.github/workflows/blackbox.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ jobs:
3535
make \
3636
--file=Makefile.workflow \
3737
github:build:blackbox
38-
- name: Build Blackbox "ansible" module
39-
run: |
40-
make \
41-
--file=Makefile.workflow \
42-
github:build:blackbox:module \
43-
ansible
44-
- name: Build Blackbox "ansible-aws" module
45-
run: |
46-
make \
47-
--file=Makefile.workflow \
48-
github:build:blackbox:module \
49-
ansible-aws
38+
# - name: Build Blackbox "ansible" module
39+
# run: |
40+
# make \
41+
# --file=Makefile.workflow \
42+
# github:build:blackbox:module \
43+
# ansible
44+
# - name: Build Blackbox "ansible-aws" module
45+
# run: |
46+
# make \
47+
# --file=Makefile.workflow \
48+
# github:build:blackbox:module \
49+
# ansible-aws
5050
- name: Build Blackbox "aws" module
5151
run: |
5252
make \
@@ -112,18 +112,18 @@ jobs:
112112
make \
113113
--file=Makefile.workflow \
114114
github:push:blackbox
115-
- name: Push Blackbox "ansible" module
116-
run: |
117-
make \
118-
--file=Makefile.workflow \
119-
github:push:blackbox:module \
120-
ansible
121-
- name: Push Blackbox "ansible-aws" module
122-
run: |
123-
make \
124-
--file=Makefile.workflow \
125-
github:push:blackbox:module \
126-
ansible-aws
115+
# - name: Push Blackbox "ansible" module
116+
# run: |
117+
# make \
118+
# --file=Makefile.workflow \
119+
# github:push:blackbox:module \
120+
# ansible
121+
# - name: Push Blackbox "ansible-aws" module
122+
# run: |
123+
# make \
124+
# --file=Makefile.workflow \
125+
# github:push:blackbox:module \
126+
# ansible-aws
127127
- name: Push Blackbox "aws" module
128128
run: |
129129
make \

0 commit comments

Comments
 (0)