Skip to content

Commit

Permalink
Remove premium env var from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
taahamahdi committed Jan 22, 2024
1 parent 4f1107d commit e4d6467
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
DB_USER_CI: root
DB_PORT: 3306
AUDIO_SONGS_PER_ARTIST: 10
PREMIUM_AUDIO_SONGS_PER_ARTIST: 50
steps:
- name: Checkout KMQ_Discord
uses: actions/checkout@v2
Expand All @@ -45,7 +44,6 @@ jobs:
echo "BOT_TOKEN=$BOT_TOKEN" >> .env
echo "WEB_SERVER_PORT=5858" >> .env
echo "SONG_DOWNLOAD_DIR=/songs" >> .env
echo "PREMIUM_AUDIO_SONGS_PER_ARTIST=$PREMIUM_AUDIO_SONGS_PER_ARTIST" >> .env
echo "AUDIO_SONGS_PER_ARTIST=$AUDIO_SONGS_PER_ARTIST" >> .env
echo "BOT_CLIENT_ID=123" >> .env
echo "BOT_PREFIX=." >> .env
Expand Down Expand Up @@ -92,7 +90,7 @@ jobs:
- name: Parse pre-upgrade container ID
id: old-container-id
run: |
docker ps
docker ps
echo OLD_CONTAINER_ID=$(sudo docker ps -aqf "name=kmq-gci") > $GITHUB_OUTPUT
- name: Begin upgrade
run: npx ts-node src/scripts/announce-restart.ts --docker-image=ghcr.io/brainicism/kmq_discord:gci --timer=0
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/gci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
DB_USER_CI: root
DB_PORT: 3306
AUDIO_SONGS_PER_ARTIST: 10
PREMIUM_AUDIO_SONGS_PER_ARTIST: 50
steps:
- name: Checkout KMQ_Discord
uses: actions/checkout@v2
Expand Down

0 comments on commit e4d6467

Please sign in to comment.