diff options
author | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2019-07-23 06:36:03 +0300 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-07-23 11:44:38 -0400 |
commit | f9af30f856b0e6f78d6857fc6d69db3495bb1635 (patch) | |
tree | bf79270bfebf178ec405eee35cebe114644a6739 /.gitlab-ci.yml | |
parent | 4c7a84627556cda9491300ba61f3060e357bc3ac (diff) | |
download | haskell-f9af30f856b0e6f78d6857fc6d69db3495bb1635.tar.gz |
Remove fix-submodules.py
Now that we have absolute paths for submodules (since a76b233d) we no
longer need this script.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a081fd159..16ae89c3e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,6 @@ variables: GIT_DEPTH: 0 before_script: - - python3 .gitlab/fix-submodules.py - git submodule sync --recursive - git submodule update --init --recursive - git checkout .gitmodules @@ -217,7 +216,6 @@ validate-x86_64-linux-deb9-hadrian: before_script: # workaround for docker permissions - sudo chown ghc:ghc -R . - - python3 .gitlab/fix-submodules.py - git submodule sync --recursive - git submodule update --init --recursive - git checkout .gitmodules @@ -232,7 +230,6 @@ hadrian-ghc-in-ghci: before_script: # workaround for docker permissions - sudo chown ghc:ghc -R . - - python3 .gitlab/fix-submodules.py - git submodule sync --recursive - git submodule update --init --recursive - git checkout .gitmodules @@ -313,7 +310,6 @@ validate-x86_64-darwin: TEST_ENV: "x86_64-darwin" before_script: - git clean -xdf && git submodule foreach git clean -xdf - - python3 .gitlab/fix-submodules.py - git submodule sync --recursive - git submodule update --init --recursive - git checkout .gitmodules @@ -347,7 +343,6 @@ validate-x86_64-darwin: TEST_ENV: "x86_64-darwin" before_script: - git clean -xdf && git submodule foreach git clean -xdf - - python3 .gitlab/fix-submodules.py - git submodule sync --recursive - git submodule update --init --recursive - git checkout .gitmodules @@ -379,7 +374,6 @@ validate-x86_64-darwin: - x86_64-linux before_script: - git clean -xdf && git submodule foreach git clean -xdf - - python3 .gitlab/fix-submodules.py - git submodule sync --recursive - git submodule update --init --recursive - git checkout .gitmodules @@ -684,7 +678,6 @@ validate-x86_64-linux-fedora27: set TEMP=%cd%\tmp - set PATH=C:\msys64\usr\bin;%PATH% - - python .gitlab/fix-submodules.py - git submodule sync --recursive - git submodule update --init --recursive - git checkout .gitmodules |