Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Gitlab Integration #253

Merged
merged 21 commits into from
Aug 10, 2017
Merged

Gitlab Integration #253

merged 21 commits into from
Aug 10, 2017

Conversation

valendesigns
Copy link
Contributor

No description provided.

check-diff.sh Outdated
@@ -69,6 +69,9 @@ function set_environment_variables {
DIFF_BASE=${DIFF_BASE:-$TRAVIS_COMMIT^}
fi
DIFF_HEAD=${DIFF_HEAD:-$TRAVIS_COMMIT}
elif [[ ! -z "${GITLAB_CI}" ]]; then
DIFF_BASE=${DIFF_BASE:-master}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's update this to use $DEFAULT_BASE_BRANCH from #229.

npm config set prefix $TEMP_DIRECTORY
export NODE_PATH=$TEMP_DIRECTORY/lib/node_modules:$NODE_PATH
export PATH=$TEMP_DIRECTORY/bin:$PATH
fi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be eliminated once #252 is resolved.

@westonruter westonruter merged commit d64162a into master Aug 10, 2017
@westonruter westonruter deleted the gitlab branch August 10, 2017 19:07
@PatelUtkarsh
Copy link
Member

Should we add .gitlab-ci.yml sample file? @valendesigns

@valendesigns
Copy link
Contributor Author

@PatelUtkarsh I don't think we have enough experience with Gitlab CI to suggest a best practice sample config. Once IBD is 100% sorted I think we can circle back and add one though.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants