Skip to content

Commit 1de923f

Browse files
committed
updating ci to not use _gallery
1 parent c7e39ed commit 1de923f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -254,14 +254,14 @@ jobs:
254254
exit 1
255255
fi
256256
# For each new work, copy to the gallery, under folder with same name
257-
mkdir -p _gallery
257+
mkdir -p gallery
258258
for work in $(cat ${OPENSOURCEART_NEW_WORKS})
259259
do
260260
filename=$(basename $work)
261261
extension="${filename##*.}"
262262
uri="${filename%.*}"
263263
# Create the gallery folder
264-
gallery_folder="_gallery/${uri}"
264+
gallery_folder="gallery/${uri}"
265265
mkdir -p ${gallery_folder}
266266
gallery_image="/tmp/gallery/outputs/dreamy-${filename}"
267267
if [ -f "${gallery_image}" ]

0 commit comments

Comments
 (0)