fix docker usage
ci/woodpecker/push/woodpecker Pipeline was successful Details

main
Norman Köhring 10 months ago
parent 9ccb0c8d61
commit 6e23cccd17

@ -1,9 +1,9 @@
import { retryFetch } from "./toolkit.ts";
//const STATUS_URL = "http://ylt:8383/api/runs/";
//const RESULT_URL = "http://ylt:8383/api/results/";
const STATUS_URL = "http://localhost:8383/api/runs/";
const RESULT_URL = "http://localhost:8383/api/results/";
const STATUS_URL = "http://ylt:8383/api/runs/";
const RESULT_URL = "http://ylt:8383/api/results/";
//const STATUS_URL = "http://localhost:8383/api/runs/";
//const RESULT_URL = "http://localhost:8383/api/results/";
const METRIC_DEFAULTS = {
device: "desktop",
waitForResponse: false,

Loading…
Cancel
Save