added www to all of the references to coastalcommits
All checks were successful
Docker Build / Build and Push Images (push) Successful in 2m19s
All checks were successful
Docker Build / Build and Push Images (push) Successful in 2m19s
This commit is contained in:
parent
3d5e1b3fa8
commit
e9a751ac60
4 changed files with 8 additions and 8 deletions
|
@ -31,6 +31,6 @@ RUN poetry config virtualenvs.create false
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
|
|
||||||
RUN curl -sSL https://coastalcommits.com/GalacticFactory/GalacticFactory/raw/branch/master/pyproject.toml -o pyproject.toml
|
RUN curl -sSL https://www.coastalcommits.com/GalacticFactory/GalacticFactory/raw/branch/master/pyproject.toml -o pyproject.toml
|
||||||
RUN curl -sSL https://coastalcommits.com/GalacticFactory/GalacticFactory/raw/branch/master/poetry.lock -o poetry.lock
|
RUN curl -sSL https://www.coastalcommits.com/GalacticFactory/GalacticFactory/raw/branch/master/poetry.lock -o poetry.lock
|
||||||
RUN poetry install --no-root
|
RUN poetry install --no-root
|
||||||
|
|
|
@ -12,6 +12,6 @@ RUN poetry config virtualenvs.create false
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
|
|
||||||
RUN curl -sSL https://coastalcommits.com/SeaswimmerTheFsh/GalaxyCogs/raw/branch/main/pyproject.toml -o pyproject.toml
|
RUN curl -sSL https://www.coastalcommits.com/SeaswimmerTheFsh/GalaxyCogs/raw/branch/main/pyproject.toml -o pyproject.toml
|
||||||
RUN curl -sSL https://coastalcommits.com/SeaswimmerTheFsh/GalaxyCogs/raw/branch/main/poetry.lock -o poetry.lock
|
RUN curl -sSL https://www.coastalcommits.com/SeaswimmerTheFsh/GalaxyCogs/raw/branch/main/poetry.lock -o poetry.lock
|
||||||
RUN poetry install --with dev --no-root
|
RUN poetry install --with dev --no-root
|
||||||
|
|
|
@ -46,6 +46,6 @@ RUN poetry config virtualenvs.create false
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
|
|
||||||
RUN python3.12 -m pip install -U click packaging colorama zipp distro importlib-metadata
|
RUN python3.12 -m pip install -U click packaging colorama zipp distro importlib-metadata
|
||||||
RUN curl -sSL https://coastalcommits.com/SeaswimmerTheFsh/PyZipline/raw/branch/main/pyproject.toml -o pyproject.toml
|
RUN curl -sSL https://www.coastalcommits.com/SeaswimmerTheFsh/PyZipline/raw/branch/main/pyproject.toml -o pyproject.toml
|
||||||
RUN curl -sSL https://coastalcommits.com/SeaswimmerTheFsh/PyZipline/raw/branch/main/poetry.lock -o poetry.lock
|
RUN curl -sSL https://www.coastalcommits.com/SeaswimmerTheFsh/PyZipline/raw/branch/main/poetry.lock -o poetry.lock
|
||||||
RUN poetry install --with dev --with docs --no-root
|
RUN poetry install --with dev --with docs --no-root
|
||||||
|
|
|
@ -42,6 +42,6 @@ RUN poetry config virtualenvs.create false
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
|
|
||||||
RUN curl -sSL https://coastalcommits.com/SeaswimmerTheFsh/SeaCogs/raw/branch/main/pyproject.toml -o pyproject.toml
|
RUN curl -sSL https://www.coastalcommits.com/SeaswimmerTheFsh/SeaCogs/raw/branch/main/pyproject.toml -o pyproject.toml
|
||||||
RUN curl -sSL https://coastalcommits.com/SeaswimmerTheFsh/SeaCogs/raw/branch/main/poetry.lock -o poetry.lock
|
RUN curl -sSL https://www.coastalcommits.com/SeaswimmerTheFsh/SeaCogs/raw/branch/main/poetry.lock -o poetry.lock
|
||||||
RUN poetry install --with dev --with docs --no-root
|
RUN poetry install --with dev --with docs --no-root
|
||||||
|
|
Loading…
Reference in a new issue