Skip to content

Commit fb9fb56

Browse files
authored
bugfix + upgrade gitlab 14.6.0->14.8.1 (#49)
1 parent 006680b commit fb9fb56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gitops/terraform/base/ec2/scripts/install_gitlab.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.de
1313
# to unpin, remove the version from the end of the command as shown here
1414
# sudo EXTERNAL_URL="https://${GITLAB_URL}" GITLAB_ROOT_PASSWORD="${GITLAB_BOT_ROOT_PASSWORD}" apt-get install gitlab-ce
1515
# for list of releases see: https://about.gitlab.com/releases/categories/releases/
16-
sudo EXTERNAL_URL="https://${GITLAB_URL}" GITLAB_ROOT_PASSWORD="${GITLAB_BOT_ROOT_PASSWORD}" apt-get install gitlab-ce=14.6.0-ce.0
16+
sudo EXTERNAL_URL="https://${GITLAB_URL}" GITLAB_ROOT_PASSWORD="${GITLAB_BOT_ROOT_PASSWORD}" apt-get install gitlab-ce=14.8.1-ce.0

gitops/terraform/cypress/cypress/integration/gitlab-init.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ context('Window', () => {
2929

3030
it('gets the runner registration token', () => {
3131
cy.visit('/admin/runners')
32-
cy.get('#__BVID__24__BV_toggle_ > [data-testid=chevron-down-icon]').click()
32+
cy.get('#__BVID__33__BV_toggle_ > [data-testid=chevron-down-icon]').click()
3333
cy.get('[data-testid=eye-icon] > use').click()
3434
cy.get('[data-testid=token-value] > .gl-button-text').then(elem => {
3535
// elem is the underlying Javascript object targeted by the .get() command.

0 commit comments

Comments
 (0)