Skip to content

Commit

Permalink
object update
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-rawat-akto committed Dec 14, 2023
1 parent 6d6cc8c commit 26e28c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ async function run() {
}

if (GITHUB_COMMIT_ID) {
console.log("found github commit id")
data["commit_sha_head"] = GITHUB_COMMIT_ID
data["metadata"]["commit_sha_head"] = GITHUB_COMMIT_ID
}

const config = {
Expand All @@ -159,7 +158,6 @@ async function run() {
}

try {
console.log("data_before_starting test",data)
res = await axios(config)
console.log("Akto CI/CD test started")

Expand Down

0 comments on commit 26e28c5

Please sign in to comment.