AmpersandTarski / Ampersand

Build database applications faster than anyone else, and keep your data pollution free as a bonus.
http://ampersandtarski.github.io/
GNU General Public License v3.0
40 stars 8 forks source link

Development branch disappeared #1357

Closed basplijnaer closed 1 year ago

basplijnaer commented 1 year ago

What happened

The deployment of Docusaurus failed because the docker could not access the Ampersand documentation on the development branch:

=> ERROR https://github.com/AmpersandTarski/Ampersand/archive/refs/heads/development.zip 0.9s

What I expected

Container ampersandtarskigithubio-docusaurus-1 Started

Version of ampersand that was used

Steps to reproduce

  1. clone this repository
  2. switch to feature/drafts branch
  3. run docker-compose up --build -d

Screenshot / Video

Error message: image

Development missing: image

Context / Source of ampersand script

From Dockerfile:

ADD https://github.com/AmpersandTarski/Ampersand/archive/refs/heads/feature/drafts.zip /tmp/Ampersand.zip
ADD https://github.com/AmpersandTarski/prototype/archive/refs/heads/main.zip /tmp/prototype.zip
ADD https://github.com/AmpersandTarski/TheToolsWeUse/archive/refs/heads/development.zip /tmp/TheToolsWeUse.zip

RUN mkdir -p /app/docs

# For local testing, this is the place to local edit this docerfile. 
# 1) Comment out the specific RUN statement(s) for the repo you want to test your local changes:
RUN unzip /tmp/Ampersand.zip 'Ampersand-feature-drafts/docs/*' -d /tmp/Ampersand/ \
    && cp -R /tmp/Ampersand/Ampersand-feature-drafts/docs/ /app/docs/Ampersand
RUN unzip /tmp/prototype.zip 'prototype-main/docs/*' -d /tmp/prototype/ \
    && cp -R /tmp/prototype/prototype-main/docs/ /app/docs/Prototype
RUN unzip /tmp/TheToolsWeUse.zip 'TheToolsWeUse-development/*' -d /tmp/TheToolsWeUse/ \
    && cp -R /tmp/TheToolsWeUse/TheToolsWeUse-development/ /app/docs/TheToolsWeUse
Michiel-s commented 1 year ago

Sorry my bad. I've just restored the branch.