You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nitrocode Just messing around with this; it seems to be possible in principle to mimic your gitlab pipeline in github actions, but I can't get it to work: what I think is happening is docker-compose up -d builds the containers directly, but as soon as that's done, the command returns and the job is done, without leaving time for the command: make part to be executed on the container.
Wondering how the same thing doesn't happen in gitlab, would you happen to have any idea?
Would be nice to have a github pipeline to build out the resume artifacts. I'm currently using the following for gitlab where my repo is hosted.
github: https://github.blog/2019-08-08-github-actions-now-supports-ci-cd/
.gitlab-ci.yml
The text was updated successfully, but these errors were encountered: