2 Commits

Author SHA1 Message Date
Softwarenoob
1d1a8e16ad Test commit to trigger workflow 2021-06-13 17:39:14 +03:00
Softwarenoob
b90550c299 Enable workflows on develop 2021-06-13 17:37:05 +03:00
14 changed files with 15 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ on:
- cron: "0 0 * * 1"
push:
branches:
- master
- develop
paths:
- games/**
jobs:
@@ -35,4 +35,4 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/parkervcp/games:${{ matrix.game }}
ghcr.io/parkervcp/yolks:games_${{ matrix.game }}

View File

@@ -4,7 +4,7 @@ on:
- cron: "0 0 * * 1"
push:
branches:
- master
- develop
paths:
- go/**
jobs:

View File

@@ -4,7 +4,7 @@ on:
- cron: "0 0 * * 1"
push:
branches:
- master
- develop
paths:
- installers/**
jobs:

View File

@@ -4,7 +4,7 @@ on:
- cron: "0 0 * * 1"
push:
branches:
- master
- develop
paths:
- java/**
jobs:

View File

@@ -4,7 +4,7 @@ on:
- cron: "0 0 * * 1"
push:
branches:
- master
- develop
paths:
- nodejs/*
jobs:

View File

@@ -4,7 +4,7 @@ on:
- cron: "0 0 * * 1"
push:
branches:
- master
- develop
paths:
- python/**
jobs:

View File

@@ -42,5 +42,4 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat
# from the container itself.
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"
# shellcheck disable=SC2086
exec env ${PARSED}
exec env ${PARSED}

View File

@@ -42,4 +42,4 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat
# from the container itself.
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"
# shellcheck disable=SC2086
exec env ${PARSED}
exec env ${PARSED}

View File

@@ -42,4 +42,4 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat
# from the container itself.
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"
# shellcheck disable=SC2086
exec env ${PARSED}
exec env ${PARSED}

View File

@@ -46,4 +46,4 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat
# from the container itself.
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"
# shellcheck disable=SC2086
exec env ${PARSED}
exec env ${PARSED}

View File

@@ -32,4 +32,4 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN dpkg --add-architecture i386 \
&& apt update \
&& apt upgrade -y \
&& apt -y --no-install-recommends install ca-certificates curl lib32gcc1 libsdl2-2.0-0:i386 git
&& apt -y --no-install-recommends install ca-certificates curl lib32gcc1 libsdl2-2.0-0:i386 git

View File

@@ -46,4 +46,4 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat
# from the container itself.
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"
# shellcheck disable=SC2086
exec env ${PARSED}
exec env ${PARSED}

View File

@@ -46,4 +46,4 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat
# from the container itself.
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"
# shellcheck disable=SC2086
exec env ${PARSED}
exec env ${PARSED}

View File

@@ -46,4 +46,4 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat
# from the container itself.
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"
# shellcheck disable=SC2086
exec env ${PARSED}
exec env ${PARSED}