Skip to content

Commit

Permalink
tidy up dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
karacolada committed Apr 10, 2024
1 parent 81ccd4d commit 863eff9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 194 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [master, dev]
branches: [master]
pull_request:

concurrency:
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,3 @@ Temporary Items

# Ruff
.ruff_cache

# results
examples/mass_assessment/results
187 changes: 0 additions & 187 deletions notes.md

This file was deleted.

6 changes: 3 additions & 3 deletions simpleclient/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
set_time_limit(0);
######################## local config ##########################
$fuji_server = 'http://localhost:1071/fuji/api/v1/evaluate';
$fuji_username = 'marvel';
$fuji_password = 'wonderwoman';
#$metric_version = "metrics_v0.7_software"; #"metrics_v0.7_software_cessda"; #"metrics_v0.5"; #"metrics_v0.7_software";
$fuji_username = 'yourusername';
$fuji_password = 'yourpassword';
#$metric_version = "metrics_v0.5";
$usegithub = true;
################################################################

Expand Down

0 comments on commit 863eff9

Please sign in to comment.