- Jul 22, 2022
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Update Bot authored
-
Update Bot authored
-
Update Bot authored
So expand it ourselves
-
Update Bot authored
GitLab docs explicitly say `needs` does not require stages but GitLab actual behavior is: ``` Found errors in your .gitlab-ci.yml: update-staging job needs system-tests job, but system-tests is not in any previous stage update-staging job needs morph-build-staging job, but morph-build-staging is not in any previous stage ```
-
Update Bot authored
The default is `when: "on_success"` which is equivalent to "always" since we have no stages.
-
- Jul 15, 2022
-
-
Update Bot authored
-
Update Bot authored
-
Update Bot authored
Some terminal code stripping logic added though
-
- Jul 13, 2022
-
-
Jean-Paul Calderone authored
-
- Jul 12, 2022
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Jun 13, 2022
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Oct 05, 2021
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
now that default.nix is actually somewhat useful
-
Jean-Paul Calderone authored
`cp --recursive ...` is required for permission issues `... --out-link result-docs` is required for path collision issues the rest is at my discretion
-
Jean-Paul Calderone authored
-
- Oct 01, 2021
-
-
Jean-Paul Calderone authored
-
- Sep 22, 2021
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Quotes required for correct operation if there are spaces or some other shell-special characters
-
- Sep 16, 2021
-
-
Tom Prince authored
-
- Jul 19, 2021
-
-
Jean-Paul Calderone authored
This makes it easier to test outside of GitLab and it also means we don't depend on whatever wacko shell settings we inherit from GitLab.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
`name` does not exist. I think the `environment` section of the configuration tricked me.
-
Jean-Paul Calderone authored
Just use the configured temporary directory in the environment. This is less great but it's still okay because: * It's our system * The deploy key has limited capabilities
-
- Jul 14, 2021
-
-
Jean-Paul Calderone authored
-
- Jul 07, 2021
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Jul 01, 2021
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-