Skip to content

Instantly share code, notes, and snippets.

@zeryx
Created August 26, 2020 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeryx/174883a6a3a89d17f3c5e1f9a866ae6a to your computer and use it in GitHub Desktop.
Save zeryx/174883a6a3a89d17f3c5e1f9a866ae6a to your computer and use it in GitHub Desktop.

What are we going to do today?

  • We'll understand what this gitlab -> algorithmia integration does
  • Gitlab -> Algorithmia Procedure:
    • Create a new Algorithm on Algorithmia
    • Create a new project in Gitlab
    • Add our secret variables to the GitLab project from Algorithmia
    • Clone both git repositories to our local system
    • Copy over template code from the Algorithmia repo to the Gitlab repo
    • Push your changes in the gitlab repo to gitlab
    • Add the .gitlab-ci.yml file to the gitlab project
  • Finally we'll walk through where the integration is today, and compare it with the github integration which we expect parity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment