Skip to content

Commit 563afc9

Browse files
committed
Checkpoint
Signed-off-by: Marek Aufart <[email protected]>
1 parent abf78af commit 563afc9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nightly-windows-containerless.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,13 @@ jobs:
3636
cd konveyor-cli-deployment
3737
pip install -r requirements.txt
3838
39-
echo '{"misc_downstream_path": "${{ github.workspace }}","temp_dir": "${{ github.workspace }}","extract_binary": "mta-cli-binary-extract.py","get_images_output": "get-image-build-details.py ","bundle": "","no_brew": "--no-brew","ssh_user": "","ssh_key": ""}\n' >> config.json
39+
#echo '{"misc_downstream_path": "${{ github.workspace }}","temp_dir": "${{ github.workspace }}","extract_binary": "mta-cli-binary-extract.py","get_images_output": "get-image-build-details.py ","bundle": "","no_brew": "--no-brew","ssh_user": "","ssh_key": ""}\n' >> config.json
40+
# Error parsing json, trying just dummy example file
41+
cp config.json.example config.json
4042
4143
python install_cli.py --upstream true
4244
dir
45+
kantra
4346
4447
- name: Configure Test Environment Variables
4548
run: |

0 commit comments

Comments
 (0)