Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit a48f1db

Browse files
author
dengjun
committed
ci:deploying integration code
1 parent c3726a0 commit a48f1db

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ workflows:
7676
filters:
7777
branches:
7878
only:
79-
- aggregator-api-integration
79+
- integration
8080

8181
# Production builds are exectuted only on tagged commits to the
8282
# master branch.

src/containers/MyGigs/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ const MyGigs = ({
4444
setOpenUpdateSuccess(true);
4545
}
4646
}, [updateProfileSuccess]);
47-
console.log(profile);
4847

4948
return (
5049
<>

0 commit comments

Comments
 (0)