Skip to content

Commit

Permalink
update ci.sh test
Browse files Browse the repository at this point in the history
  • Loading branch information
YurelyCamacho committed Oct 25, 2024
1 parent 32254c0 commit 3416a43
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/smoke/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ pushd /tmp/osl/osl-python-package
circleci config validate
popd

<<<<<<< HEAD
. ${SMOKE_DIR}/base-template.sh "use_azure_pipelines=yes use_conda=yes"
pushd /tmp/osl/osl-python-package
python "${SMOKE_DIR}/../scripts/check_azure_pipelines.py" ${SMOKE_DIR}/schemas/azure-pipelines.json azure-pipelines.yml
Expand All @@ -27,7 +26,6 @@ popd
. ${SMOKE_DIR}/base-template.sh "use_azure_pipelines=yes use_pyenv=yes"
pushd /tmp/osl/osl-python-package
python "${SMOKE_DIR}/../scripts/check_azure_pipelines.py" ${SMOKE_DIR}/schemas/azure-pipelines.json azure-pipelines.yml
=======

. ${SMOKE_DIR}/base-template.sh "use_gitlab_ci=yes use_conda=yes"
pushd /tmp/osl/osl-python-package
Expand All @@ -37,5 +35,4 @@ popd
. ${SMOKE_DIR}/base-template.sh "use_gitlab_ci=yes use_pyenv=yes"
pushd /tmp/osl/osl-python-package
python "${SMOKE_DIR}/scripts/check-gitlab-ci.sh" ${SMOKE_DIR}/schemas/gitlab-ci-schema.json .gitlab-ci.yml
>>>>>>> 71dc586 (add check to smoke tests)
popd

0 comments on commit 3416a43

Please sign in to comment.