Skip to content

Commit 32a1092

Browse files
committed
Fix reading tags from Manifest
1 parent 3b6db85 commit 32a1092

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

bash-jail-ubuntu24.04/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export AUTHOR := $(shell yq -o yaml ".author.name" Manifest.yaml)
2323
export CATEGORY := $(shell yq -o yaml ".category" Manifest.yaml)
2424
export FLAG := $(shell cat challenge/flag.txt)
2525
export FAKE_FLAG := $(shell cat dist/flag.txt)
26-
export TAGS := $(shell yq -o yaml ".tags" Manifest.yaml)
26+
export TAGS := $(shell yq -o=tsv '.tags | join(",")' Manifest.yaml)
2727

2828
############################
2929
# Deployment Configuration #

bash-nojail-ubuntu24.04/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export AUTHOR := $(shell yq -o yaml ".author.name" Manifest.yaml)
2323
export CATEGORY := $(shell yq -o yaml ".category" Manifest.yaml)
2424
export FLAG := $(shell cat challenge/flag.txt)
2525
export FAKE_FLAG := $(shell cat dist/flag.txt)
26-
export TAGS := $(shell yq -o yaml ".tags" Manifest.yaml)
26+
export TAGS := $(shell yq -o=tsv '.tags | join(",")' Manifest.yaml)
2727

2828
############################
2929
# Deployment Configuration #

flask-instanced-alpine3.21/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export AUTHOR := $(shell yq -o yaml ".author.name" Manifest.yaml)
2323
export CATEGORY := $(shell yq -o yaml ".category" Manifest.yaml)
2424
export FLAG := $(shell cat challenge/flag.txt)
2525
export FAKE_FLAG := $(shell cat dist/flag.txt)
26-
export TAGS := $(shell yq -o yaml ".tags" Manifest.yaml)
26+
export TAGS := $(shell yq -o=tsv '.tags | join(",")' Manifest.yaml)
2727

2828
############################
2929
# Deployment Configuration #

flask-nojail-alpine3.21/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export AUTHOR := $(shell yq -o yaml ".author.name" Manifest.yaml)
2323
export CATEGORY := $(shell yq -o yaml ".category" Manifest.yaml)
2424
export FLAG := $(shell cat challenge/flag.txt)
2525
export FAKE_FLAG := $(shell cat dist/flag.txt)
26-
export TAGS := $(shell yq -o yaml ".tags" Manifest.yaml)
26+
export TAGS := $(shell yq -o=tsv '.tags | join(",")' Manifest.yaml)
2727

2828
############################
2929
# Deployment Configuration #

offline/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export AUTHOR := $(shell yq -o yaml ".author.name" Manifest.yaml)
2323
export CATEGORY := $(shell yq -o yaml ".category" Manifest.yaml)
2424
export FLAG := $(shell cat challenge/flag.txt)
2525
export FAKE_FLAG := $(shell cat dist/flag.txt)
26-
export TAGS := $(shell yq -o yaml ".tags" Manifest.yaml)
26+
export TAGS := $(shell yq -o=tsv '.tags | join(",")' Manifest.yaml)
2727

2828
############################
2929
# Deployment Configuration #

php-instanced-ubuntu24.04/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export AUTHOR := $(shell yq -o yaml ".author.name" Manifest.yaml)
2323
export CATEGORY := $(shell yq -o yaml ".category" Manifest.yaml)
2424
export FLAG := $(shell cat challenge/flag.txt)
2525
export FAKE_FLAG := $(shell cat dist/flag.txt)
26-
export TAGS := $(shell yq -o yaml ".tags" Manifest.yaml)
26+
export TAGS := $(shell yq -o=tsv '.tags | join(",")' Manifest.yaml)
2727

2828
############################
2929
# Deployment Configuration #

php-nojail-ubuntu24.04/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export AUTHOR := $(shell yq -o yaml ".author.name" Manifest.yaml)
2323
export CATEGORY := $(shell yq -o yaml ".category" Manifest.yaml)
2424
export FLAG := $(shell cat challenge/flag.txt)
2525
export FAKE_FLAG := $(shell cat dist/flag.txt)
26-
export TAGS := $(shell yq -o yaml ".tags" Manifest.yaml)
26+
export TAGS := $(shell yq -o=tsv '.tags | join(",")' Manifest.yaml)
2727

2828
############################
2929
# Deployment Configuration #

phpxss-nojail-ubuntu24.04/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export AUTHOR := $(shell yq -o yaml ".author.name" Manifest.yaml)
2323
export CATEGORY := $(shell yq -o yaml ".category" Manifest.yaml)
2424
export FLAG := $(shell cat challenge/flag.txt)
2525
export FAKE_FLAG := $(shell cat dist/flag.txt)
26-
export TAGS := $(shell yq -o yaml ".tags" Manifest.yaml)
26+
export TAGS := $(shell yq -o=tsv '.tags | join(",")' Manifest.yaml)
2727

2828
############################
2929
# Deployment Configuration #

pwn-jail-alpine3.21/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export AUTHOR := $(shell yq -o yaml ".author.name" Manifest.yaml)
2323
export CATEGORY := $(shell yq -o yaml ".category" Manifest.yaml)
2424
export FLAG := $(shell cat challenge/flag.txt)
2525
export FAKE_FLAG := $(shell cat dist/flag.txt)
26-
export TAGS := $(shell yq -o yaml ".tags" Manifest.yaml)
26+
export TAGS := $(shell yq -o=tsv '.tags | join(",")' Manifest.yaml)
2727

2828
############################
2929
# Deployment Configuration #

pwn-jail-ubuntu24.04/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export AUTHOR := $(shell yq -o yaml ".author.name" Manifest.yaml)
2323
export CATEGORY := $(shell yq -o yaml ".category" Manifest.yaml)
2424
export FLAG := $(shell cat challenge/flag.txt)
2525
export FAKE_FLAG := $(shell cat dist/flag.txt)
26-
export TAGS := $(shell yq -o yaml ".tags" Manifest.yaml)
26+
export TAGS := $(shell yq -o=tsv '.tags | join(",")' Manifest.yaml)
2727

2828
############################
2929
# Deployment Configuration #

0 commit comments

Comments
 (0)