mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-09-22 06:12:21 +03:00
Ensure config directory is present during Docker build
This commit is contained in:
@@ -146,6 +146,8 @@ jobs:
|
|||||||
cp ../../docker-entrypoint.sh .
|
cp ../../docker-entrypoint.sh .
|
||||||
# Ensure ytpld package is present from src/
|
# Ensure ytpld package is present from src/
|
||||||
if [ ! -d "src" ]; then cp -r ../../src . ; fi
|
if [ ! -d "src" ]; then cp -r ../../src . ; fi
|
||||||
|
# Ensure config directory is present
|
||||||
|
if [ ! -d "config" ]; then cp -r ../../config . ; fi
|
||||||
|
|
||||||
- name: Set docker image names
|
- name: Set docker image names
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user