Skip to content
Snippets Groups Projects
Commit 155c39eb authored by Clemens John's avatar Clemens John
Browse files

Test if wildcards can be used in artifact paths


Signed-off-by: default avatarClemens John <clemens.john@floh1111.de>
parent 36828c40
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,8 @@ build:ar71xx-generic: ...@@ -14,7 +14,8 @@ build:ar71xx-generic:
- bash build/build-ar71xx-generic.sh - bash build/build-ar71xx-generic.sh
artifacts: artifacts:
paths: paths:
- output/images/ - output/images/factory/*anifes*
- output/images/sysupgrade/*anifes*
- contrib/ - contrib/
#build:ar71xx-nand: #build:ar71xx-nand:
......
...@@ -22,6 +22,7 @@ make update ...@@ -22,6 +22,7 @@ make update
mkdir -p output/images/factory mkdir -p output/images/factory
mkdir -p output/images/sysupgrade mkdir -p output/images/sysupgrade
touch output/images/factory/test.txt touch output/images/factory/test.txt
touch output/images/factory/blub.txt
echo "blaa" >> output/images/factory/manifest echo "blaa" >> output/images/factory/manifest
echo "---" >> output/images/factory/manifest echo "---" >> output/images/factory/manifest
echo "blaa" >> output/images/sysupgrade/manifest echo "blaa" >> output/images/sysupgrade/manifest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment