Skip to content

Commit

Permalink
ci clean up (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
mer-a-o authored Oct 27, 2020
1 parent 7dafaed commit 0ed0d68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CI/clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ else
echo "==============================================================================="
echo "Clone " $org_repo_name_clone "/" $repo_name " branch " $branch_name_clone
echo "==============================================================================="
git clone -b $branch_name_clone https://$git_user:$git_token@github.com/$org_repo_name_clone/$repo_name $save_dir/$save_name
git clone --depth 1 -b $branch_name_clone https://$git_user:$git_token@github.com/$org_repo_name_clone/$repo_name $save_dir/$save_name

fi

Expand Down
2 changes: 1 addition & 1 deletion CI/codecov_script.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#/bin/bash
bash <(curl -s https://codecov.io/bash) -t b8d1ec3a-1248-4948-afe1-5afc97fc24c7 -R /jcsda/saber-bundle/saber
bash <(curl -s https://codecov.io/bash) -t a66d5bf3-6990-4614-9212-74a7b8961103 -R /jcsda/saber-bundle/saber
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[![travis develop](https://travis-ci.com/JCSDA/saber.svg?token=zswWHqwVimHTBAygfenZ&branch=develop&logo=travis)](https://travis-ci.com/JCSDA/saber)
[![codecov](https://codecov.io/gh/JCSDA/saber/branch/develop/graph/badge.svg?token=aLmdMnzx1C)](https://codecov.io/gh/JCSDA/saber)
GNU: [![AWS-gnu](https://codebuild.us-east-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiV2dVMmxFVENKL2dCVzN5UlgyZHJuSmhvbTV6dDhOalYwTEJDaXdZWGFDbXp2YlU4VzdsV3ZRNm9mT25mRnM3NlVYWXE2R2pmYVlZbWhxbHJ1OXFpdzVjPSIsIml2UGFyYW1ldGVyU3BlYyI6Ilp2T04vNnBRR0xFYmQ3UzAiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=develop)](https://us-east-1.console.aws.amazon.com/codesuite/codebuild/projects/automated-testing-saber-gnu/history)
INTEL: [![AWS-intel](https://codebuild.us-east-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiYUROTE5DZVdranpBQTBKbTlBam1vb2pVWXJteDdEMk1RLzhWdmlQU2NUQUhueFF2UnhINWxDcGZ1eWFqcFpBUVRDMGpYdVhzSWdmazNYcmRDeUdOd0xRPSIsIml2UGFyYW1ldGVyU3BlYyI6IjhqZnUxOHpObWFGSnFtUzYiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=develop)](https://us-east-1.console.aws.amazon.com/codesuite/codebuild/projects/automated-testing-saber-intel/history?region=us-east-1)
CLANG: [![AWS-Clang](https://codebuild.us-east-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiL3NrZ05zdXQzbmlhOTJOT0RVanBwKzhocXhIb0tpdnFFMzAzdjd6RmN4V0FpRTJMVkdYcGJoVS9CTlE0L3dXS3JvclZxZU12U0lVWjdBb3krZ2xzODBBPSIsIml2UGFyYW1ldGVyU3BlYyI6IklHcGQ0VUJNOWdzNHNyWE0iLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=develop)](https://us-east-1.console.aws.amazon.com/codesuite/codebuild/projects/automated-testing-saber-clang/history?region=us-east-1)
[![codecov](https://codecov.io/gh/JCSDA/saber/branch/develop/graph/badge.svg?token=UZCHDL6Y4B)](https://codecov.io/gh/JCSDA/saber)

# SABER
&copy; Copyright 2019 UCAR
Expand Down

0 comments on commit 0ed0d68

Please sign in to comment.